comparison test/mkfile @ 526:93628a1eaed4

tests: integrate new tests into makefiles, some cleanups
author Tassilo Philipp
date Thu, 14 Apr 2022 10:06:58 +0200
parents 0c68b3f91367
children 917d5d213815
comparison
equal deleted inserted replaced
525:cc607f753178 526:93628a1eaed4
19 19
20 20
21 TOP = .. 21 TOP = ..
22 <$TOP/buildsys/mk/prolog.mk 22 <$TOP/buildsys/mk/prolog.mk
23 23
24 # only C-stuff for now... 24 # only C-stuff for now, b/c C++ on Plan9 is rather inexistant
25 DIRS = callf plain call_suite suite call_suite_aggrs thunk malloc_wx callback_plain callback_suite # plain_c++ is not included, b/c C++ on Plan9 is rather inexistant 25 DIRS = callf plain call_suite call_suite_aggrs suite thunk malloc_wx callback_plain callback_suite callback_suite_aggrs
26 #DIRS = suite2 suite3 suite_floats ellipsis 26 #DIRS = plain_c++ suite2 suite3 suite_floats ellipsis
27 27
28 <$TOP/buildsys/mk/epilog.mk 28 <$TOP/buildsys/mk/epilog.mk