mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
Add more common tests to be run from win32/Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user