comparison 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
comparison
equal deleted inserted replaced
442:94c7904977aa 443:c1eba6f08064
1 #////////////////////////////////////////////////////////////////////////////// 1 #//////////////////////////////////////////////////////////////////////////////
2 # 2 #
3 # Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>, 3 # Copyright (c) 2010-2022 Daniel Adler <dadler@uni-goettingen.de>,
4 # Tassilo Philipp <tphilipp@potion-studios.com> 4 # Tassilo Philipp <tphilipp@potion-studios.com>
5 # 5 #
6 # Permission to use, copy, modify, and distribute this software for any 6 # Permission to use, copy, modify, and distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies. 8 # copyright notice and this permission notice appear in all copies.
9 # 9 #
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... 24 # only C-stuff for now...
25 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 25 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
26 #DIRS = suite2 suite3 suite_floats ellipsis 26 #DIRS = suite2 suite3 suite_floats ellipsis
27 27
28 <$TOP/buildsys/mk/epilog.mk 28 <$TOP/buildsys/mk/epilog.mk