summaryrefslogtreecommitdiff
path: root/lib/tests/test-query.cc
AgeCommit message (Collapse)Author
2023-09-11unit-tests: modernizeDirk-Jan C. Binnema
Use TempDir, join_paths etc.
2023-09-10lib: move index/ into main lib/Dirk-Jan C. Binnema
simplify things a bit
2023-07-02all: update for API changes (config etc.)Dirk-Jan C. Binnema
Use the new & improved APIs.
2022-08-11tests: update test helpers and usersDirk-Jan C. Binnema
Move test-mu-common to mu-test-utils. Use mu_test_init as a wrapper for g_test_init. Update users.
2022-05-23lib: improve coverage a bitDirk-Jan C. Binnema
2022-05-09store: use Result<Store> builder, add auto upgradeDirk-Jan C. Binnema
Make it a Result type, and add auto-upgrade (not enabled yet) Update dependents.
2022-05-06update tests: avoid helgrind warningDirk-Jan C. Binnema
Log to the black_hole or helgrind gets unhappy
2022-03-26many: update for lib/message updatesDirk-Jan C. Binnema
Adapt to the new names / directory. Big commit, but mostly just very boring renaming.
2022-03-26test-query: improve loggingDirk-Jan C. Binnema
2022-03-07tests: update for mu-message-fieldsDirk-Jan C. Binnema
2022-01-30store/query: update for new store/query apiDirk-Jan C. Binnema
Update to the new API.
2021-11-08tests: move to subdir, move to mesonDirk-Jan C. Binnema
De-clutter the source directories a bit. Ensure tests build with meson, and remove from autotools in a few places (no need to do things twice).