Makefile
authorAlan Knowles <alan@roojs.com>
Thu, 17 Jul 2014 08:46:46 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Jul 2014 08:46:46 +0000 (16:46 +0800)
Makefile

index 6ddea75..4d25ef9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,10 +36,22 @@ BUILDER4= Builder4/Application.vala \
                Builder4/ClutterFiles.vala \
                Builder4/WindowLeftProjects.vala \
 
+
+# for testing 
 all:
-       valac $(FLAGS) $(PKGS) $(CORESRC) 
+   test-leftprops
+#  test-full
+
+test-leftprops:
+       valac $(FLAGS) $(PKGS) $(CORESRC) \
+               Builder4/TestLeftProps.vala \
+               Builder4/WindowLeftProps.vala \
+               -o /tmp/test-leftprops
+
+test-full:
+        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  
                Test.GtkWriter.vala  -o /tmp/test
-#              Builder4/*.vala \
+
 
 datatest:
        valac -g  --pkg gtk+-3.0 \