# HG changeset patch # User Tassilo Philipp # Date 1662652776 -7200 # Node ID 01684bc7a93b311e4018351ab601f0083411a4a1 # Parent 2562c89d5bb500e225a616f9d2f9c57f7d617305 - removal of callback_plain_c++ test in mkfile as no c++ on plan9 (having added it there was by accident) diff -r 2562c89d5bb5 -r 01684bc7a93b test/mkfile --- 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