Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-23 | build: Use /usr/bin/env to find python | Stef Walter | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=726909 | |||||
2014-03-05 | Makefile.am: Implement proper make check-memory target | Stef Walter | 1 | -71/+144 | |
Uses valgrind to run the tests. Update the tap-driver and tap-gtester pieces to accomodate this. | |||||
2014-03-03 | Makefile.am: Single Makefile mode and parallel-tests | Stef Walter | 1 | -0/+284 | |
gtk-doc doesn't work as an included Makefile so continue to use SUBDIRS with docs/reference/* Run the tests using TAP. Unfortunately the GTest --tap output mode doesn't behave well in the face of failures, and doesn't output a test plan. Use our own tap-driver and tap-compiler for these reasons. This also fixes several builddir != srcdir issues and testing hacks that were sneaking around in the code base. Move the tests into the same directories as the code that it is testing. |