summaryrefslogtreecommitdiff
path: root/src/tests/efl_js/eina_js_suite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/efl_js/eina_js_suite.cc')
-rw-r--r--src/tests/efl_js/eina_js_suite.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/efl_js/eina_js_suite.cc b/src/tests/efl_js/eina_js_suite.cc
new file mode 100644
index 0000000000..68345b5068
--- /dev/null
+++ b/src/tests/efl_js/eina_js_suite.cc
@@ -0,0 +1,7 @@
+
+#include "suite_runner.hh"
+
+int main(int, char*[])
+{
+ return run_script(TESTS_SRC_DIR "/eina_js_suite.js", nullptr);
+}