From 283e001a9e2955f616fd57b0e6e7a9d91cfbe5e2 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 8 Jul 2008 18:06:59 -0400 Subject: - bundle tests up into the tarball --- tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index bf0bba9..7bebe17 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ -SUBDIRS=clients +SUBDIRS = clients +EXTRA_DIST = test*/*.ldif test*/*.sh test*/*txt if CAN_TEST check: - ./run-tests.sh + ./run-tests.sh $(srcdir)/test* endif -- cgit