repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
support
/
regression
/
fwk
/
lib
/
spec.mk
blob
3cc9b86e09784a15faedd0b24b9a785197314994
1
# Regression test framework library
2
3
FWKLIB
= $(
PORT_CASES_DIR
)/
statics
$(
OBJEXT
)
\
4
$(
PORT_CASES_DIR
)/
extern1
$(
OBJEXT
)
\
5
$(
PORT_CASES_DIR
)/
extern2
$(
OBJEXT
)