comparison test/mkfile @ 547:917d5d213815

- integrate test/callback_plain_c++ into main build
author Tassilo Philipp
date Tue, 31 May 2022 19:59:10 +0200
parents 93628a1eaed4
children 01684bc7a93b
comparison
equal deleted inserted replaced
546:ba70fb631bea 547:917d5d213815
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, b/c C++ on Plan9 is rather inexistant 24 # only C-stuff for now, 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 25 DIRS = callf plain call_suite call_suite_aggrs suite thunk malloc_wx callback_plain callback_plain_c++ callback_suite callback_suite_aggrs
26 #DIRS = plain_c++ 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