summaryrefslogtreecommitdiff
path: root/Makefile.win32
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win32')
-rw-r--r--Makefile.win323
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.win32 b/Makefile.win32
index 048275dc..25fee716 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -23,7 +23,8 @@ test: cairo
@list='$(TEST_SUBDIRS)'; for f in $$list ; do \
echo making all in $$f... ; \
(cd $$f ; make -f Makefile.win32) || exit 1 ; \
- done ;
+ done
+ @(cd test ; make -f Makefile.win32 test)
html:
@(cd test ; make -f Makefile.win32 html)