From 9849575222fd7cf3aa8bc3e9d5cea6044b9762f9 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 23 Jul 2016 19:05:54 +0700 Subject: #249 be sure to create tests dir and make gd DLL available for tests --- windows/Makefile.vc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/Makefile.vc b/windows/Makefile.vc index 76686d1..778fb6a 100644 --- a/windows/Makefile.vc +++ b/windows/Makefile.vc @@ -160,7 +160,7 @@ make_dirs: @if not exist $(BUILD_DIR) mkdir $(BUILD_DIR) @if not exist $(SDR) mkdir $(SDR) -run_tests: +run_tests: pretest @cd $(TDR) @$(MAKEDIR)\windows\run_tests @@ -201,6 +201,6 @@ $(SDR)gdtest.obj: $(TARGETDLL) tests\gdtest\gdtest.c $(SDR)readdir.obj: $(TARGETDLL) tests\gdtest\readdir.c @$(CC) $(CFLAGS) /c tests\gdtest\readdir.c /Fo$(SDR)readdir.obj -$(TEST_LIST): $(TARGETDLL) +pretest: $(TARGETDLL) if not exist $(TDR) mkdir $(TDR) copy $(TARGETDLL) $(TDR)$(GD_DLL) \ No newline at end of file -- cgit v1.2.1