summaryrefslogtreecommitdiff
path: root/tools/eos-run-test.in
Commit message (Collapse)AuthorAge
* Use #!/usr/bin/env in our shebangsSam Spilsbury2014-01-14
| | | | [endlessm/eos-sdk#475]
* Use System.exit() and System.programInvocationNamePhilip Chimento2013-12-09
| | | | | | | In GJS >= 1.38, these facilities are available. This removes the workarounds that we had for lack of these facilities. [endlessm/eos-sdk#432]
* First attempt at an EOS test runnerPhilip Chimento2013-09-16
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]