diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-01 09:41:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-01 09:41:03 -0700 |
commit | 7439c4255f8e3c1ab3bcb313095001531e57996d (patch) | |
tree | b7adafcf8cbc4e60cc73ad8f47dc7dfa9acaa836 /tests | |
parent | 0a8f236b9ebc62b8c6fffd2f6ebdff577a407a0b (diff) |
test runner comment
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index ddc97ea4..867f7113 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -737,13 +737,15 @@ if __name__ == '__main__': print ''' ============================================================================== Running the main part of the test suite. Don't forget to run the other parts! +A recommended order is: - other - tests separate from the main suite sanity - tests for first run, etc., modifies ~/.emscripten - benchmark - run before and after each set of changes before pushing to - master, verify no regressions + (the main test suite) + other - tests separate from the main suite browser - runs pages in a web browser sockets - runs websocket networking tests + benchmark - run before and after each set of changes before pushing to + master, verify no regressions There are also commands to run specific subsets of the test suite: @@ -799,3 +801,4 @@ an individual test with # Return the number of failures as the process exit code for automating success/failure reporting. exit(numFailures) + |