summaryrefslogtreecommitdiff
path: root/tools/Makefile.am.inc
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-09-05 17:21:25 -0700
committerPhilip Chimento <philip@endlessm.com>2013-09-16 10:30:42 -0700
commitd88e6674fd6fcad3bdd841c75c81fec1815615c8 (patch)
treee8ee2e9d1a99479d859831b1c7dc436def2cb34d /tools/Makefile.am.inc
parent1c4bc890875ee5e7edad81fd6a8b5644058e936d (diff)
First attempt at an EOS test runner
This adds a script eos-run-test which is adapted from gjs_run_tests, but does not try to discover the tests itself. Instead, in keeping with Automake's test suite facilities, it takes the filename of a test to run. [endlessm/eos-sdk#290]
Diffstat (limited to 'tools/Makefile.am.inc')
-rw-r--r--tools/Makefile.am.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile.am.inc b/tools/Makefile.am.inc
new file mode 100644
index 0000000..1a790ce
--- /dev/null
+++ b/tools/Makefile.am.inc
@@ -0,0 +1,3 @@
+# Copyright 2013 Endless Mobile, Inc.
+
+bin_SCRIPTS = tools/eos-run-test