diff options
author | Philip Chimento <philip@endlessm.com> | 2013-09-05 17:21:25 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2013-09-16 10:30:42 -0700 |
commit | d88e6674fd6fcad3bdd841c75c81fec1815615c8 (patch) | |
tree | e8ee2e9d1a99479d859831b1c7dc436def2cb34d /test/tools | |
parent | 1c4bc890875ee5e7edad81fd6a8b5644058e936d (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 'test/tools')
-rw-r--r-- | test/tools/eos-run-test/sanitycheck.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 |