summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--test/Makefile.am3
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index dea6fa47c..4ee1e179d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,8 @@ SUBDIRS = \
$(GLX_DIR) \
exa \
config \
- hw
+ hw \
+ test
aclocaldir = $(datadir)/aclocal
aclocal_DATA = xorg-server.m4
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