From 33fb1e42107134a06cf911f0f49c81555a8dcb8a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 30 Nov 2005 18:24:08 +0000 Subject: move under tests Original commit message from CVS: move under tests --- Makefile.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 171c1d29..6b2868db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,12 +6,6 @@ else GCONF_DIR = endif -if HAVE_CHECK -SUBDIRS_CHECK = check -else -SUBDIRS_CHECK = -endif - ALWAYS_SUBDIRS = \ gst sys ext \ docs \ @@ -20,12 +14,10 @@ ALWAYS_SUBDIRS = \ SUBDIRS = \ $(ALWAYS_SUBDIRS) \ - $(SUBDIRS_CHECK) \ $(GCONF_DIR) DIST_SUBDIRS = \ $(ALWAYS_SUBDIRS) \ - check \ gconf EXTRA_DIST = \ @@ -45,7 +37,7 @@ include $(top_srcdir)/common/release.mak # include $(top_srcdir)/common/po.mak check-valgrind: - cd check && make check-valgrind + cd tests/check && make check-valgrind check-torture: - cd check && make torture + cd tests/check && make torture -- cgit