mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-12-26 17:18:57 +00:00
Add more common tests to be run from win32/Makefile
This commit is contained in:
@@ -110,8 +110,8 @@ rebuild:
|
|||||||
PHONY += rebuild
|
PHONY += rebuild
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@(cd ../tests/tests2; $(MAKE) -k TCC=../../win32/tcc)
|
@(cd ../tests; $(MAKE) -k TCC=$(PWD)/tcc hello-exe hello-run)
|
||||||
@(cd ../tests/pp; $(MAKE) -k TCC=../../win32/tcc)
|
@(cd ../tests; $(MAKE) -k TCC=$(PWD)/tcc vla_test-run tests2-dir pp-dir)
|
||||||
|
|
||||||
PHONY += test
|
PHONY += test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user