Age | Commit message (Collapse) | Author |
|
|
|
name. Renamed it. See issue #100
|
|
|
|
|
|
|
|
Parallelized test suite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to take out "test", since nose picks these up as test cases when they shouldn't be
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nose to run test with concurrency. To do this, run:
nosetests --processes=N tests/runner.py
where N = the number of cores in your machine.
|
|
|
|
|
|
|
|
|
|
actually hit in the test suite yet
|
|
|
|
Conflicts:
src/dlmalloc.c
tests/dlmalloc.c
tests/runner.py
tools/shared.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|