aboutsummaryrefslogtreecommitdiff
path: root/test/T720-lib-lifetime.sh
AgeCommit message (Collapse)Author
2022-05-29test: replace deprecated use of notmuch_database_openDavid Bremner
This is a bit more involved than replacing the use of notmuch_database_open_verbose, as we have to effectively inline the definition of notmuch_database_open.
2019-01-25test: Check for replies obeying lifetime guaranteesrhn
The test attempts to check that a message coming from a thread outlives its messages list and gets destroyed together with the thread.