From d88e6674fd6fcad3bdd841c75c81fec1815615c8 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Thu, 5 Sep 2013 17:21:25 -0700 Subject: 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] --- tools/Makefile.am.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/Makefile.am.inc (limited to 'tools/Makefile.am.inc') 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 -- cgit v1.2.3