Code

build system: Disable integration tests if valgrind or chrpath are missing.
[sysdb.git] / t / Makefile.am
2014-04-30 Sebastian Harlbuild system: Disable integration tests if valgrind...
2014-04-28 Sebastian Harlt/Makefile: Added integration test script to EXTRA_DIST.
2014-04-28 Sebastian Harlt/integration/simple_query: Added test doing a simple...
2014-04-28 Sebastian Harlt/integration/mock_plugin: Added plugin for integration...
2014-04-28 Sebastian Harlt/integration: Added simple framework for integration...
2014-04-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.
2014-04-24 Sebastian Harlconnection_test: Added first test for frontend connecti...
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-09 Sebastian Harlstore_lookup: Added "tostring" methods for matcher...
2014-04-03 Sebastian Harlcore/time: Added sdb_strfinterval().
2014-02-23 Sebastian HarlAdded tests for store lookup functions.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-26 Sebastian HarlMoved coverage.sh to the t/ subdirectory.
2013-12-22 Sebastian Harlt/Makefile: Pass gcov flags to tests as well.
2013-12-22 Sebastian Harlt/Makefile: Use top_srcdir rather than top_builddir.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-17 Sebastian Harlfrontend/sock_test: Added initial tests for frontend...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlt/core/store_test: Added initial tests for the object...
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-01 Sebastian Harlt/: Added initial tests for core/object.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-19 Sebastian Harlt/: Added tests for the channel implementation.
2013-09-16 Sebastian Harlunit tests: Added basic tests for unixsock utils; mocki...
2013-09-06 Sebastian Harlt/: Added unit tests for the string buffer utilities.
2013-08-27 Sebastian Harlt/: Added initial version of unit tests for utils/dbi.
2013-08-27 Sebastian Harlt/: Make the test-suite compile with strict compiler...
2013-08-26 Sebastian HarlMakefile, t/Makefile: Added 'test' alias for 'check'.
2013-08-23 Sebastian HarlAdded unit testing framework based on ‘check’.