]> git.notmuchmail.org Git - notmuch/commit
test: add new test tool parse-time for date/time parser
authorJani Nikula <jani@nikula.org>
Tue, 30 Oct 2012 20:32:34 +0000 (22:32 +0200)
committerDavid Bremner <bremner@debian.org>
Wed, 31 Oct 2012 19:44:55 +0000 (16:44 -0300)
commit519be192501bae330db78af728c4d6e26b9053ee
treef3c877b091ccd8a914cae3e9e8019e8d00fb3a0e
parentd86522637a7cd0455c127284ebccf3645d681441
test: add new test tool parse-time for date/time parser

Add a smoke testing tool to support testing the date/time parser
module directly and independent of the rest of notmuch.

Credits to Michal Sojka <sojkam1@fel.cvut.cz> for the stdin parsing
idea and consequent massive improvement in testability.
test/Makefile.local
test/basic
test/parse-time.c [new file with mode: 0644]