tests/TreeBuilder.vala
[app.Builder.js] / Makefile
index ec864e7..8493567 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,9 @@ PKGS=   --pkg gtk+-3.0 \
                --pkg webkit2gtk-3.0 \
                --pkg clutter-gtk-1.0 \
                --pkg gladeui-2.0 \
-               --pkg libsoup-2.4
+               --pkg libsoup-2.4 \
+               --pkg javascriptcore  \
+               --pkg  vte-2.90  \
 
 
 FLAGS= -g --vapidir=./vapi 
@@ -54,6 +56,7 @@ all:  builder4
 #all: test-vala
 #all: test-gir
 #all: test-pack
+#all: test-codevalidate
 
 builder4:
        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  \
@@ -102,6 +105,10 @@ test-pack:
        valac $(FLAGS) $(PKGS) $(CORESRC)  \
                tests/PackTest.vala -o /tmp/test-pack
 
+test-codevalidate:
+       valac $(FLAGS) $(PKGS) $(CORESRC)  \
+               tests/JsCoreTest.vala -o /tmp/test-codevalidate
+
 
 #fixme -- old...
 datatest: