mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Introduce scripts to run all possible tests
In 6e7d0890 we added better travis continuous integration tests. This is nice,
but has two problems:
- We run only a subset of interesting tests.
- The travis builds can take hours to give us back results (especially on OS X).
This adds scripts/gen_run_tests.py, and its output, run_tests.sh, which builds
and runs a larger portion of possible configurations on the local machine.
While a travis run takes several hours to complete , I can run these scripts on
my (OS X) latop and (Linux) devserve, and get a more exhaustive set of results
back in around 10 minutes.
This commit is contained in:
parent
6e7d0890cb
commit
5260d9c12f
2 changed files with 45 additions and 0 deletions
1
run_tests.sh
Executable file
1
run_tests.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
$(dirname "$)")/scripts/gen_run_tests.py | bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue