aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index eb84207..b55f970 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -110,8 +110,8 @@ rebuild:
PHONY += rebuild
test:
- @(cd ../tests/tests2; $(MAKE) -k TCC=../../win32/tcc)
- @(cd ../tests/pp; $(MAKE) -k TCC=../../win32/tcc)
+ @(cd ../tests; $(MAKE) -k TCC=$(PWD)/tcc hello-exe hello-run)
+ @(cd ../tests; $(MAKE) -k TCC=$(PWD)/tcc vla_test-run tests2-dir pp-dir)
PHONY += test