Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-13 | Travis: use "make test" instead of calling pytest directly | Nikolaus Rath | -1/+1 | |
2016-10-02 | Run tests under valgrind when available. | Nikolaus Rath | -0/+3 | |
Fixes #50. | ||||
2016-07-23 | Disable thread sanitizer, use newer gcc. | Nikolaus Rath | -11/+18 | |
There's no point in having tests failing all the time, we will re-enable thread sanitizer once we have figured out if the errors are bugs or false positives (and, if they are bugs, fixed them). | ||||
2016-06-05 | Automatically run CI tests with clang | Nikolaus Rath | -1/+8 | |
Fixes: #51 | ||||
2016-05-13 | Added Travis integration | Nikolaus Rath | -0/+16 | |