aboutsummaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorChristian Jullien <Christian Jullien>2017-05-28 07:12:57 +0200
committerChristian Jullien <Christian Jullien>2017-05-28 07:12:57 +0200
commit0cc4e570bcbd8a9adea41173872bb8b229c55d22 (patch)
tree761fdcd84b1d8d0d46c83912374e287b1c7aec20 /win32/Makefile
parent31e5ad789a51be34fe4fb8c7f18bd8f36c6c28c0 (diff)
downloadtinycc-0cc4e570bcbd8a9adea41173872bb8b229c55d22.tar.gz
tinycc-0cc4e570bcbd8a9adea41173872bb8b229c55d22.tar.bz2
Windows test Makefile target also test pp tests.
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile1
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