Add more common tests to be run from win32/Makefile

master
U-NELSON\jullien 2017-06-04 09:27:48 +02:00
parent 0cc4e570bc
commit 2a348896dd
1 changed files with 2 additions and 2 deletions

View File

@ -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