comparison test/Nmakefile @ 214:0592eb360af2

tests: - added dynload_plain test - added some more output to resolv_self - cleanups
author Tassilo Philipp
date Thu, 06 Apr 2017 02:13:57 +0200
parents 3e629dc19168
children c1eba6f08064
comparison
equal deleted inserted replaced
213:98057b3b28c2 214:0592eb360af2
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 resolve_self thunk malloc_wx callback_plain callback_suite 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
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