changeset 581:01684bc7a93b

- removal of callback_plain_c++ test in mkfile as no c++ on plan9 (having added it there was by accident)
author Tassilo Philipp
date Thu, 08 Sep 2022 17:59:36 +0200
parents 2562c89d5bb5
children 3bad4cb40445
files test/mkfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/mkfile	Thu Sep 08 17:50:47 2022 +0200
+++ b/test/mkfile	Thu Sep 08 17:59:36 2022 +0200
@@ -22,7 +22,7 @@
 <$TOP/buildsys/mk/prolog.mk
 
 # only C-stuff for now, b/c C++ on Plan9 is rather inexistant
-DIRS = callf plain call_suite call_suite_aggrs suite thunk malloc_wx callback_plain callback_plain_c++ callback_suite callback_suite_aggrs
-#DIRS = plain_c++ suite2 suite3 suite_floats ellipsis
+DIRS = callf plain call_suite call_suite_aggrs suite thunk malloc_wx callback_plain callback_suite callback_suite_aggrs
+#DIRS = plain_c++ callback_plain_c++ suite2 suite3 suite_floats ellipsis
 
 <$TOP/buildsys/mk/epilog.mk