Specify supported tests

This commit is contained in:
Rutger van Bergen 2022-12-26 20:26:29 +01:00
parent a8c6409689
commit 37954dffe7
1 changed files with 11 additions and 0 deletions

View File

@ -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.