X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Fmpi%2FMakefile.am;h=5fc673f9d581be3389549d0196bb21b31967bb0c;hb=f91373a85ceb65cb1ea8558b1da242a1770fc2a3;hp=bf0c1cb9d6c9a969e6c31b0e5b319b6fa71f6c3e;hpb=165400bbb8161b36764bd51056293375101329a6;p=fs%2Flustre-release.git diff --git a/lustre/tests/mpi/Makefile.am b/lustre/tests/mpi/Makefile.am index bf0c1cb..5fc673f 100644 --- a/lustre/tests/mpi/Makefile.am +++ b/lustre/tests/mpi/Makefile.am @@ -5,7 +5,7 @@ AM_CFLAGS = $(LLCFLAGS) CC = @MPICC_WRAPPER@ noinst_PROGRAMS = parallel_grouplock write_append_truncate createmany_mpi -noinst_PROGRAMS += mdsrate write_disjoint +noinst_PROGRAMS += mdsrate write_disjoint cascading_rw testdir = $(libdir)/lustre/tests test_SCRIPTS = $(noinst_PROGRAMS) @@ -13,5 +13,7 @@ write_append_truncate_SOURCES=write_append_truncate.c write_disjoint_SOURCES=write_disjoint.c createmany_mpi_SOURCES=createmany-mpi.c parallel_grouplock_SOURCES=parallel_grouplock.c lp_utils.c lp_utils.h +cascading_rw_SOURCES=cascading_rw.c lp_utils.c lp_utils.h +cascading_rw_LDADD=-L$(top_builddir)/lustre/utils -llustreapi mdsrate_SOURCES=mdsrate.c mdsrate_LDADD=-L$(top_builddir)/lustre/utils -llustreapi