From 8f84e3da6814b102aa3b1d7f20a81d6548081ed8 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 26 Aug 2009 15:14:58 +0000 Subject: [PATCH] Tests: distribute integration tests * tests/Makefile.am: add integration directory to the distdir. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d3caf3d0..c6922c2c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,7 +32,7 @@ perfs_LDFLAGS = -rpath `cd $(top_srcdir)/lasso/.libs/; pwd` endif -EXTRA_DIST = tests.c login_tests.c basic_tests.c random_tests.c metadata_tests.c +EXTRA_DIST = tests.c login_tests.c basic_tests.c random_tests.c metadata_tests.c integration SUBDIRS = data metadata