"make check" shouldn't run our testsuite
commit411d0a95fa1e500f25c89a3089173c04cb695391
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Tue, 31 Mar 2009 12:13:03 +0000 (31 13:13 +0100)
committerJon Masters <jcm@jonmasters.org>
Wed, 8 Apr 2009 21:52:56 +0000 (8 17:52 -0400)
tree76ad0cfcbe26ffd2ad3c78380cb728b2f1fd4c5a
parenteeac73996b932a14b6a1c622b8dc6b595cf5d888
"make check" shouldn't run our testsuite

Automake doesn't expect tests to run ./configure or create files under
the source directory.  This change allows "make distcheck" to pass.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Jon Masters <jcm@jonmasters.org>
Makefile.am