diff options
author | Ben Smith <binji@chromium.org> | 2016-03-21 15:01:05 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-03-21 15:25:44 -0700 |
commit | 5954eeb27b2ee7d3e12329a4cbe37ec8fb89b5a6 (patch) | |
tree | 7620a1d3939c67b1269b7acb687b8fad094153eb /test/spec/float_misc.txt | |
parent | 1a09f8b2899787f1e2c4606fce4cd1379d032966 (diff) | |
download | wabt-5954eeb27b2ee7d3e12329a4cbe37ec8fb89b5a6.tar.gz wabt-5954eeb27b2ee7d3e12329a4cbe37ec8fb89b5a6.tar.bz2 wabt-5954eeb27b2ee7d3e12329a4cbe37ec8fb89b5a6.zip |
nicer overriding of various executables w/ testing
* run-tests.py now takes a `--d8-executable` flag
* Added a `TOOL` directive to tests to reduce boilerplate
* Change all tests to use the new `TOOL` directive
* Factor out executable searching with fallback to find_exe.py
This fixes issue #43.
Diffstat (limited to 'test/spec/float_misc.txt')
-rw-r--r-- | test/spec/float_misc.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/spec/float_misc.txt b/test/spec/float_misc.txt index f3c1ce29..6b8823e6 100644 --- a/test/spec/float_misc.txt +++ b/test/spec/float_misc.txt @@ -1,5 +1,4 @@ -;;; EXE: test/run-d8.py -;;; FLAGS: --spec +;;; TOOL: run-d8-spec ;;; STDIN_FILE: third_party/testsuite/float_misc.wast (;; STDOUT ;;; 163/163 tests passed. |