Makefile
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 15:14:55 +0000 (23:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 15:14:55 +0000 (23:14 +0800)
Makefile

index 83d26bd..b23b595 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,10 @@ test-gir:
        valac $(FLAGS) $(PKGS) $(CORESRC)  \
                tests/GirTest.vala -o /tmp/test-gir
 
+test-pack: 
+       valac $(FLAGS) $(PKGS) $(CORESRC)  \
+               tests/PackTest.vala -o /tmp/test-pack
+
 
 #fixme -- old...
 datatest: