From 18eb585ed0284810beb899d24e56f21bc7092336 Mon Sep 17 00:00:00 2001 From: pjkirner Date: Fri, 21 Oct 2005 13:48:57 +0000 Subject: [PATCH] * Make echo_test a proper liblustre test, now that it works even on Catamount! --- lustre/liblustre/tests/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lustre/liblustre/tests/Makefile.am b/lustre/liblustre/tests/Makefile.am index 1362aaa..650cd96 100644 --- a/lustre/liblustre/tests/Makefile.am +++ b/lustre/liblustre/tests/Makefile.am @@ -10,11 +10,7 @@ if LIBLUSTRE noinst_LIBRARIES = libtestcommon.a if LIBLUSTRE_TESTS -noinst_PROGRAMS = sanity recovery_small replay_single replay_ost_single - -if TESTS -noinst_PROGRAMS += echo_test -endif # TESTS +noinst_PROGRAMS = sanity recovery_small replay_single replay_ost_single echo_test if MPITESTS noinst_PROGRAMS += test_lock_cancel -- 1.8.3.1