Makefile
authorAlan Knowles <alan@roojs.com>
Wed, 30 Jul 2014 07:40:07 +0000 (15:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Jul 2014 07:40:07 +0000 (15:40 +0800)
Makefile

index 27c842e..90641e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,11 @@ test-palate:
                Builder4/WindowRightPalete.vala \
                tests/PaleteTest.vala -o /tmp/test-palete
 
+test-addprops:
+       valac $(FLAGS) $(PKGS) $(CORESRC)  \
+               Builder4/WindowAddProp.vala \
+               tests/AddPropTest.vala -o /tmp/test-palete
+
 #fixme -- old...
 datatest:
         valac $(FLAGS) $(PKGS) $(CORESRC) \