mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 11:24:19 +08:00
Add more common tests to be run from win32/Makefile
This commit is contained in:
parent
0cc4e570bc
commit
2a348896dd
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user