From: Carl Worth Date: Thu, 15 Apr 2010 21:56:21 +0000 (-0700) Subject: Makefile: Add a "make test" target. X-Git-Tag: 0.2~37 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e96f7ca585c527b9543b340f5184a6a2ea656135;hp=e96f7ca585c527b9543b340f5184a6a2ea656135 Makefile: Add a "make test" target. I just wasted far too much time looking for a bug that wasn't actually there only because I hadn't recompiled before running the test suite. Now we can take advantage of actual dependency information to force a rebuild for "make test". ---