comparison test/mkfile @ 485:0c68b3f91367

- renamed suite_aggrs to call_suite_aggrs for consistency (callback version will be called callback_suite_aggrs)
author Tassilo Philipp
date Thu, 17 Mar 2022 15:41:26 +0100
parents c1eba6f08064
children 93628a1eaed4
comparison
equal deleted inserted replaced
484:74a4f682d1ef 485:0c68b3f91367
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...
25 DIRS = callf plain call_suite suite 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 suite call_suite_aggrs thunk malloc_wx callback_plain callback_suite # plain_c++ is not included, b/c C++ on Plan9 is rather inexistant
26 #DIRS = suite2 suite3 suite_floats ellipsis 26 #DIRS = suite2 suite3 suite_floats ellipsis
27 27
28 <$TOP/buildsys/mk/epilog.mk 28 <$TOP/buildsys/mk/epilog.mk