summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2016-07-23 19:05:54 +0700
committerPierre Joye <pierre.php@gmail.com>2016-07-23 19:05:54 +0700
commit9849575222fd7cf3aa8bc3e9d5cea6044b9762f9 (patch)
tree97c5eeee5f919145cee01a811e8c2cde15bfcf95 /windows
parent5497622c640cf4421893263dbe17d42e18f7f83d (diff)
downloadlibgd-9849575222fd7cf3aa8bc3e9d5cea6044b9762f9.tar.gz
#249 be sure to create tests dir and make gd DLL available for tests
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.vc4
1 files changed, 2 insertions, 2 deletions
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