aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/database-test.c
Commit message (Collapse)AuthorAge
* test: add database routines for testingGravatar David Bremner2012-12-02
Initially, provide a way to create "stub" messages in the notmuch database without corresponding files. This is essentially cut and paste from lib/database.cc. This is a seperate file since we don't want to export these symbols from libnotmuch or bloat the library with non-exported code.