diff 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
line wrap: on
line diff
--- a/test/mkfile	Thu Mar 17 15:36:24 2022 +0100
+++ b/test/mkfile	Thu Mar 17 15:41:26 2022 +0100
@@ -22,7 +22,7 @@
 <$TOP/buildsys/mk/prolog.mk
 
 # only C-stuff for now...
-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
+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
 #DIRS = suite2 suite3 suite_floats ellipsis
 
 <$TOP/buildsys/mk/epilog.mk