comparison test/Nmakefile @ 485:0c68b3f91367

- renamed suite_aggrs to call_suite_aggrs for consistency (callback version will be called callback_suite_aggrs)
author Tassilo Philipp
date Thu, 17 Mar 2022 15:41:26 +0100
parents c1eba6f08064
children 93628a1eaed4
comparison
equal deleted inserted replaced
484:74a4f682d1ef 485:0c68b3f91367
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 suite_aggrs 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 call_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