diff options
| author | U-NELSON\jullien <jullien@nelson.eligis.com> | 2017-06-04 09:27:48 +0200 |
|---|---|---|
| committer | U-NELSON\jullien <jullien@nelson.eligis.com> | 2017-06-04 09:27:48 +0200 |
| commit | 2a348896dd10f2c53815a7a6a42e38b9554f3a20 (patch) | |
| tree | bef53c429a4fc3d593a283618ee76d134fa90539 | |
| parent | 0cc4e570bcbd8a9adea41173872bb8b229c55d22 (diff) | |
| download | tinycc-2a348896dd10f2c53815a7a6a42e38b9554f3a20.tar.gz tinycc-2a348896dd10f2c53815a7a6a42e38b9554f3a20.tar.bz2 | |
Add more common tests to be run from win32/Makefile
| -rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index eb84207..b55f970 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 |
