]> git.notmuchmail.org Git - notmuch/commit
test: Include generated dependencies for test sources
authorAustin Clements <amdragon@MIT.EDU>
Fri, 1 Aug 2014 02:09:51 +0000 (22:09 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 6 Aug 2014 12:56:25 +0000 (09:56 -0300)
commitc95a398debc99ecc43d451e34d85c97e57c39b42
tree12a0a65195c39c4f9a17746929b6e210bd39e353
parent26b6470db350cc4b319934c1caff261ada12b4bb
test: Include generated dependencies for test sources

Previously the build system was generating automatic header
dependencies for test sources, but only smtp-dummy was in SRCS, so
only its dependencies were being included.  Add all of the test
sources to SRCS so that the root Makefile.local includes their
dependencies.
test/Makefile.local