diff options
| author | Christian Jullien <Christian Jullien> | 2017-05-28 07:12:57 +0200 |
|---|---|---|
| committer | Christian Jullien <Christian Jullien> | 2017-05-28 07:12:57 +0200 |
| commit | 0cc4e570bcbd8a9adea41173872bb8b229c55d22 (patch) | |
| tree | 761fdcd84b1d8d0d46c83912374e287b1c7aec20 /win32 | |
| parent | 31e5ad789a51be34fe4fb8c7f18bd8f36c6c28c0 (diff) | |
| download | tinycc-0cc4e570bcbd8a9adea41173872bb8b229c55d22.tar.gz tinycc-0cc4e570bcbd8a9adea41173872bb8b229c55d22.tar.bz2 | |
Windows test Makefile target also test pp tests.
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 157b0b2..eb84207 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -111,6 +111,7 @@ PHONY += rebuild test: @(cd ../tests/tests2; $(MAKE) -k TCC=../../win32/tcc) + @(cd ../tests/pp; $(MAKE) -k TCC=../../win32/tcc) PHONY += test |
