From 761ef8a293bef08c2d7fe47bab7458a6743a1e72 Mon Sep 17 00:00:00 2001 From: mjmac Date: Wed, 20 Jun 2007 20:14:42 +0000 Subject: [PATCH] b=12348 i=adilger i=scjody * Include llog_test.ko in lustre-tests RPM * Include liblustre tests, when present, in lustre-tests RPM --- lustre/liblustre/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/liblustre/tests/Makefile.am b/lustre/liblustre/tests/Makefile.am index 75943ff..d1fd8cd 100644 --- a/lustre/liblustre/tests/Makefile.am +++ b/lustre/liblustre/tests/Makefile.am @@ -20,6 +20,10 @@ if MPITESTS noinst_PROGRAMS += test_lock_cancel endif # MPITESTS +liblustre_testdir=$(libdir)/lustre/liblustre/tests +liblustre_test_PROGRAMS = $(noinst_PROGRAMS) +liblustre_test_LIBRARIES = $(noinst_LIBRARIES) + endif # LIBLUSTRE_TESTS endif # LIBLUSTRE -- 1.8.3.1