X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fliblustre%2Ftests%2FMakefile.am;h=c6c7e277f0437b06d0d6a22f28a33ef974563e5a;hp=bbc30e8d8785a39c9e6fedd3ddc10f500ab2b215;hb=9d72ec94b56590ad5da7003e93dd268d81fc8d14;hpb=df45a07614e4ec941d482e618edb629f71ac585c diff --git a/lustre/liblustre/tests/Makefile.am b/lustre/liblustre/tests/Makefile.am index bbc30e8..c6c7e27 100644 --- a/lustre/liblustre/tests/Makefile.am +++ b/lustre/liblustre/tests/Makefile.am @@ -4,21 +4,19 @@ AM_CPPFLAGS = -I$(SYSIO)/include -I/opt/lam/include $(LLCPPFLAGS) -I$(top_srcdir AM_CFLAGS = $(LLCFLAGS) AM_LIBS = $(LIBEFENCE) $(LIBREADLINE) -LLIB_EXEC = $(top_builddir)/lustre/utils/liblustreapi.a $(top_builddir)/lustre/liblustre/liblustre.a $(CAP_LIBS) $(PTHREAD_LIBS) $(ZLIB) +LLIB_EXEC = $(top_builddir)/lustre/utils/liblustreapi.a $(top_builddir)/lustre/liblustre/liblustre.a $(CAP_LIBS) $(PTHREAD_LIBS) if LIBLUSTRE noinst_LIBRARIES = libtestcommon.a if LIBLUSTRE_TESTS +if MPITESTS +SUBDIRS = mpi +endif # MPITESTS + noinst_PROGRAMS = sanity -if !CRAY_XT3 noinst_PROGRAMS += recovery_small replay_single replay_ost_single -endif # !CRAY_XT3 - -if MPITESTS -noinst_PROGRAMS += test_lock_cancel -endif # MPITESTS liblustre_testdir=$(libdir)/lustre/liblustre/tests liblustre_test_PROGRAMS = $(noinst_PROGRAMS) @@ -27,6 +25,8 @@ liblustre_test_LIBRARIES = $(noinst_LIBRARIES) endif # LIBLUSTRE_TESTS endif # LIBLUSTRE +DIST_SUBDIRS = mpi + libtestcommon_a_SOURCES = test_common.c test_common.h sanity_SOURCES = sanity.c @@ -48,12 +48,3 @@ replay_ost_single_SOURCES = replay_ost_single.c replay_ost_single_CFLAGS = $(LL_CFLAGS) replay_ost_single_LDADD := libtestcommon.a $(LLIB_EXEC) replay_ost_single_DEPENDENCIES = $(top_builddir)/lustre/liblustre/liblustre.a libtestcommon.a - -if MPITESTS -test_lock_cancel_SOURCES = test_lock_cancel.c -test_lock_cancel_CFLAGS = $(LL_CFLAGS) -I/opt/lam/include -#test_lock_cancel_LDADD := $(LLIB_EXEC) -L/opt/lam/lib -lmpi -llam -test_lock_cancel_LDADD := $(LLIB_EXEC) -lmpich -endif - -