From 2a348896dd10f2c53815a7a6a42e38b9554f3a20 Mon Sep 17 00:00:00 2001 From: "U-NELSON\\jullien" Date: Sun, 4 Jun 2017 09:27:48 +0200 Subject: [PATCH] Add more common tests to be run from win32/Makefile --- win32/Makefile | 4 ++-- 1 file 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