Code

t/Makefile: Drop unused, old frontend/parser_test.
[sysdb.git] / t / Makefile.am
2015-08-09 Sebastian Harlt/Makefile: Drop unused, old frontend/parser_test.
2015-05-19 Sebastian HarlDrop the old frontend parser.
2015-05-06 Sebastian Harlt/Makefile: Update EXTRA_DIST based on recent changes.
2015-05-05 Sebastian Harlparser/ast: Add some helper defines.
2015-04-12 Sebastian HarlMigrate parser from frontend/ to parser/ and to use...
2015-04-11 Sebastian Harlbuild system: Fix VPATH (out-of-tree) builds.
2015-03-11 Sebastian HarlAdd tests for expression iterators.
2015-03-01 Sebastian Harlt/integration: Split query.sh into multiple tests.
2015-03-01 Sebastian Harlt/: Make it possibly to easily run unit and integration...
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlfrontend/query_test.c: Added unit tests for the FETCH...
2015-02-01 Sebastian Harlt/integration/: Added simple SSL tests.
2015-01-17 Sebastian Harlintegration: Split off mock_timeseries from mock_plugin.
2014-12-22 Sebastian Harlproto: Added sdb_proto_marshal_data.
2014-11-02 Sebastian Harlt/: Added tests for json_formatter-based JSON generation.
2014-10-10 Sebastian Harlintegration tests: Split simple_query into query, match...
2014-07-19 Sebastian Harlt/: Include testwrapper.sh in the distribution tarball.
2014-07-18 Sebastian Harlt/: Always use testwrapper.sh for running tests.
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-06-30 Sebastian Harlos_test: Added tests for os_mkdir_all() and os_remove_a...
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-24 Sebastian Harlt/: Make mock_plugin a "check" library.
2014-06-01 Sebastian Harlt/Makefile: Added valgrind.suppress to EXTRA_DIST.
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’.