comparison test/Nmakefile @ 443:c1eba6f08064

- added test/suite_aggr to makefiles
author Tassilo Philipp
date Wed, 26 Jan 2022 16:14:07 +0100
parents 0592eb360af2
children 0c68b3f91367
comparison
equal deleted inserted replaced
442:94c7904977aa 443:c1eba6f08064
1 #////////////////////////////////////////////////////////////////////////////// 1 #//////////////////////////////////////////////////////////////////////////////
2 # 2 #
3 # Copyright (c) 2007-2010 Daniel Adler <dadler@uni-goettingen.de>, 3 # Copyright (c) 2007-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.
28 TOP = .. 28 TOP = ..
29 29
30 !INCLUDE $(TOP)\buildsys\nmake\prolog.nmake 30 !INCLUDE $(TOP)\buildsys\nmake\prolog.nmake
31 31
32 32
33 DIRS = call_suite suite suite2 suite3 suite_floats callf ellipsis plain plain_c++ nm dynload_plain resolve_self thunk malloc_wx callback_plain callback_suite 33 DIRS = call_suite suite suite2 suite3 suite_floats suite_aggrs callf ellipsis plain plain_c++ nm dynload_plain resolve_self thunk malloc_wx callback_plain callback_suite
34 !IF "$(BUILD_ARCH)" == "x86" 34 !IF "$(BUILD_ARCH)" == "x86"
35 DIRS = $(DIRS) suite_x86win32fast suite_x86win32std suite2_x86win32fast suite2_x86win32std 35 DIRS = $(DIRS) suite_x86win32fast suite_x86win32std suite2_x86win32fast suite2_x86win32std
36 !ENDIF 36 !ENDIF
37 37
38 38