Windows test Makefile target also test pp tests.

master
Christian Jullien 2017-05-28 07:12:57 +02:00
parent 31e5ad789a
commit 0cc4e570bc
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ PHONY += rebuild
test:
@(cd ../tests/tests2; $(MAKE) -k TCC=../../win32/tcc)
@(cd ../tests/pp; $(MAKE) -k TCC=../../win32/tcc)
PHONY += test