mirror of
https://github.com/frida/tinycc
synced 2024-12-25 22:46:49 +03:00
Windows test Makefile target also test pp tests.
This commit is contained in:
parent
31e5ad789a
commit
0cc4e570bc
@ -111,6 +111,7 @@ PHONY += rebuild
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
@(cd ../tests/tests2; $(MAKE) -k TCC=../../win32/tcc)
|
@(cd ../tests/tests2; $(MAKE) -k TCC=../../win32/tcc)
|
||||||
|
@(cd ../tests/pp; $(MAKE) -k TCC=../../win32/tcc)
|
||||||
|
|
||||||
PHONY += test
|
PHONY += test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user