From: Alan Knowles Date: Wed, 20 May 2015 11:30:02 +0000 (+0800) Subject: tests/enum.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=5883bb604f57ad587daa5774121dfa7bdba59af4 tests/enum.vala --- diff --git a/tests/enum.vala b/tests/enum.vala new file mode 100644 index 000000000..6b6159d78 --- /dev/null +++ b/tests/enum.vala @@ -0,0 +1,11 @@ +// compile +// valac plugindialog.vala ../src/Builder4/DialogPluginWebkit.vala ../src/Builder4/FakeServer.vala ../src/Application.vala ../src/JsRender/RooDatabase.vala --pkg libgda-5.0 --pkg json-glib-1.0 --pkg gtk+-3.0 --pkg gee-1.0 --pkg webkit2gtk-4.0 --pkg libxml-2.0 -o /tmp/plugtest +// ??--pkg javascriptcore \ + + +int main (string[] args) { + + + + return 0; +}