From 0cc4e570bcbd8a9adea41173872bb8b229c55d22 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Sun, 28 May 2017 07:12:57 +0200 Subject: [PATCH] Windows test Makefile target also test pp tests. --- win32/Makefile | 1 + 1 file changed, 1 insertion(+) 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