From 4b93413b2a490a74de2e27b37268332b609ac872 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 14 Jul 2009 11:20:01 +1000 Subject: Add test subdir to base Makefile.am If unittests are enabled, make will build those as well - spotting potential build errors in the tests faster. Furthermore, this allows for the tests to be run from the top-level directory. This patch removes the "run make check to build the test suite" message since that'd pop up after every build now. If unittests are disabled, this change has no effect. Signed-off-by: Peter Hutterer --- test/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index dbad93bb1..c5fc4cd30 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -33,7 +33,4 @@ CLEANFILES=libxservertest.c libxservertest.c: touch $@ -all: - @echo "Run 'make check' to run the test suite" - endif -- cgit v1.2.3