diff test/mkfile @ 443:c1eba6f08064

- added test/suite_aggr to makefiles
author Tassilo Philipp
date Wed, 26 Jan 2022 16:14:07 +0100
parents 3e629dc19168
children 0c68b3f91367
line wrap: on
line diff
--- a/test/mkfile	Wed Jan 26 16:00:39 2022 +0100
+++ b/test/mkfile	Wed Jan 26 16:14:07 2022 +0100
@@ -1,7 +1,7 @@
 #//////////////////////////////////////////////////////////////////////////////
 #
-# Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>, 
-#                    Tassilo Philipp <tphilipp@potion-studios.com>
+# Copyright (c) 2010-2022 Daniel Adler <dadler@uni-goettingen.de>,
+#                         Tassilo Philipp <tphilipp@potion-studios.com>
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -22,7 +22,7 @@
 <$TOP/buildsys/mk/prolog.mk
 
 # only C-stuff for now...
-DIRS = callf plain call_suite suite 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 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