mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
Specify supported tests
This commit is contained in:
parent
a8c6409689
commit
37954dffe7
@ -693,6 +693,17 @@ EXELIST_bbc = \
|
||||
EXELIST_lunix = \
|
||||
notavailable
|
||||
|
||||
# omitted: arg-test clock-test clock cpeek-test conio cprintf cursor deb dir-test
|
||||
# em-test exec-test1 exec-test2 fileio-test ft getopt-test heaptest joy-test
|
||||
# mouse-test mul-test posixio-test rename-test scanf-test seek ser-test strdup-test
|
||||
# stroserror-test uname-test
|
||||
EXELIST_kim1 = \
|
||||
minimal \
|
||||
div-test \
|
||||
moddiv-test \
|
||||
strnlen \
|
||||
strqtok-test
|
||||
|
||||
# Unlisted targets will try to build everything.
|
||||
# That lets us learn what they cannot build, and what settings
|
||||
# we need to use for programs that can be built and run.
|
||||
|
Loading…
Reference in New Issue
Block a user