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] --- test/tools/eos-run-test/sanitycheck.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/tools/eos-run-test/sanitycheck.js (limited to 'test/tools') diff --git a/test/tools/eos-run-test/sanitycheck.js b/test/tools/eos-run-test/sanitycheck.js new file mode 100644 index 0000000..4bb3a80 --- /dev/null +++ b/test/tools/eos-run-test/sanitycheck.js @@ -0,0 +1,3 @@ +function testNothing() { + assertEquals(2, 2); +} \ No newline at end of file -- cgit v1.2.3