From 3d4f332d1779b5656d81714a5167cb33fccc6f68 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 Mar 2015 17:56:53 +0800 Subject: [PATCH] tests/JsCoreExecTest.vala --- tests/JsCoreExecTest.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/JsCoreExecTest.vala b/tests/JsCoreExecTest.vala index 7c468cb66..be58291f9 100644 --- a/tests/JsCoreExecTest.vala +++ b/tests/JsCoreExecTest.vala @@ -1,4 +1,6 @@ +// valac --vapidir ../src/vapi JsCoreExecTest.vala ../src/Palete/Javascript.vala --pkg javascriptcore -o /tmp/jstest + int main (string[] args) { var js = Javascript.singleton(); -- 2.39.2