From 5883bb604f57ad587daa5774121dfa7bdba59af4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 May 2015 19:30:02 +0800 Subject: [PATCH] tests/enum.vala --- tests/enum.vala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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; +} -- 2.39.2