diff options
author | Matt Turner <mattst88@gmail.com> | 2013-01-20 18:00:14 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-07-22 10:48:45 -0700 |
commit | 5e4e145025eabfc95e636d6c29da670e375649d0 (patch) | |
tree | 3b51a161546e06c5c8ef4549227a921e82af0f49 /Makefile.am | |
parent | 7bae56c5c2bc27ab018223b9d6cec46016d9d218 (diff) |
build: Add tests directories to SUBDIRS
Fixes a problem with distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 29405a0fd3..63e02c6a0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,12 +26,6 @@ ACLOCAL_AMFLAGS = -I m4 doxygen: cd doxygen && $(MAKE) -check-local: - $(MAKE) -C src/mapi/glapi/tests check - $(MAKE) -C src/mapi/shared-glapi/tests check - $(MAKE) -C src/mesa/main/tests check - $(MAKE) -C src/glx/tests check - .PHONY: doxygen # Rules for making release tarballs |