X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2FMakefile.am;h=73d01a0460b25d52410ff3672aadcebe1e5ee1e5;hp=1a5763054f6852442dba64f1f734f4b8436beaa6;hb=1d433bfd4ce2973cacbce703ec98a4c268e9b38e;hpb=673a2959efc8c36154ff707ce09b50795a56e673 diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 1a57630..73d01a0 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -4,18 +4,26 @@ AM_CFLAGS = $(LLCFLAGS) # LDADD = -lldap # LDADD := -lreadline -ltermcap # -lefence -noinst_DATA = disk1_4.zip -noinst_SCRIPTS = leak_finder.pl llecho.sh llmount.sh llmountcleanup.sh +DIST_SUBDIRS := mpi + +noinst_DATA = disk1_8.tar.bz2 +noinst_SCRIPTS = leak_finder.pl llmount.sh llmountcleanup.sh functions.sh noinst_SCRIPTS += test-framework.sh runvmstat runiozone runtests noinst_SCRIPTS += sanity.sh rundbench acceptance-small.sh compile.sh -noinst_SCRIPTS += conf-sanity.sh insanity.sh lfscktest.sh oos.sh oos2.sh +noinst_SCRIPTS += conf-sanity.sh insanity.sh lfsck.sh oos.sh oos2.sh noinst_SCRIPTS += llog-test.sh recovery-small.sh replay-dual.sh sanity-quota.sh -noinst_SCRIPTS += replay-ost-single.sh replay-single.sh run-llog.sh sanityN.sh +noinst_SCRIPTS += replay-ost-single.sh replay-single.sh run-llog.sh sanityn.sh +noinst_SCRIPTS += large-scale.sh racer.sh runracer replay-vbr.sh noinst_SCRIPTS += performance-sanity.sh mdsrate-create-small.sh noinst_SCRIPTS += mdsrate-create-large.sh mdsrate-lookup-1dir.sh +noinst_SCRIPTS += mdsrate-lookup-10dirs.sh sanity-benchmark.sh noinst_SCRIPTS += mdsrate-stat-small.sh mdsrate-stat-large.sh noinst_SCRIPTS += lockorder.sh socketclient socketserver runmultiop_bg_pause noinst_SCRIPTS += sanity-sec.sh sanity-gss.sh krb5_login.sh setup_kerberos.sh +noinst_SCRIPTS += recovery-mds-scale.sh run_dd.sh run_tar.sh run_iozone.sh +noinst_SCRIPTS += run_dbench.sh run_IOR.sh recovery-double-scale.sh +noinst_SCRIPTS += recovery-random-scale.sh parallel-scale.sh metadata-updates.sh +noinst_SCRIPTS += lustre-rsync-test.sh ost-pools.sh rpc.sh yaml.sh liblustre.sh nobase_noinst_SCRIPTS = cfg/local.sh nobase_noinst_SCRIPTS += acl/make-tree acl/run cfg/ncli.sh nobase_noinst_SCRIPTS += racer/dir_create.sh racer/file_create.sh racer/file_list.sh @@ -32,20 +40,20 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(noinst_DATA) \ $(nobase_noinst_SCRIPTS) $(nobase_noinst_DATA) if TESTS -noinst_PROGRAMS = openunlink truncate directio openme writeme mlink utime it_test -noinst_PROGRAMS += tchmod toexcl fsx test_brw openclose createdestroy +if MPITESTS +SUBDIRS = mpi +endif +noinst_PROGRAMS = openunlink truncate directio writeme mlink utime it_test +noinst_PROGRAMS += tchmod fsx test_brw sendfile noinst_PROGRAMS += createmany chownmany statmany multifstat createtest -noinst_PROGRAMS += opendirunlink opendevunlink unlinkmany fchdir_test checkstat -noinst_PROGRAMS += wantedi statone runas openfile getdents o_directory rmdirmany -noinst_PROGRAMS += small_write multiop sleeptest ll_sparseness_verify cmknod +noinst_PROGRAMS += opendirunlink opendevunlink unlinkmany checkstat +noinst_PROGRAMS += statone runas openfile rmdirmany +noinst_PROGRAMS += small_write multiop ll_sparseness_verify noinst_PROGRAMS += ll_sparseness_write mrename ll_dirstripe_verify mkdirmany noinst_PROGRAMS += openfilleddirunlink rename_many memhog iopentest1 iopentest2 noinst_PROGRAMS += mmap_sanity flock_test writemany reads flocks_test -noinst_PROGRAMS += ll_getstripe_info write_time_limit -if MPITESTS -noinst_PROGRAMS += parallel_grouplock write_append_truncate createmany_mpi mdsrate -endif -# noinst_PROGRAMS += ldaptest copy_attr mkdirdeep +noinst_PROGRAMS += write_time_limit rwv copytool +# noinst_PROGRAMS += copy_attr mkdirdeep bin_PROGRAMS = mcreate munlink testdir = $(libdir)/lustre/tests test_SCRIPTS = $(noinst_SCRIPTS) $(noinst_PROGRAMS) @@ -58,8 +66,8 @@ endif # TESTS mmap_sanity_SOURCES= mmap_sanity.c LIBLUSTREAPI := $(top_builddir)/lustre/utils/liblustreapi.a -ll_getstripe_info_LDADD=$(LIBLUSTREAPI) -multiop_LDADD=$(LIBLUSTREAPI) +multiop_LDADD=$(LIBLUSTREAPI) -lrt +copytool_LDADD=$(LIBLUSTREAPI) ll_dirstripe_verify_SOURCES= ll_dirstripe_verify.c ll_dirstripe_verify_LDADD= -L$(top_builddir)/lustre/utils -llustreapi @@ -67,17 +75,3 @@ ll_dirstripe_verify_LDADD= -L$(top_builddir)/lustre/utils -llustreapi flocks_test_SOURCES=flocks_test.c flocks_test_LDADD=-lpthread -if MPITESTS -#LAM_LD_FLAGS=-L/opt/lam/lib -lmpi -llam -lpthread -LAM_LD_FLAGS=-lmpich -lpthread -write_append_truncate_SOURCES=write_append_truncate.c -write_append_truncate_LDADD=$(LAM_LD_FLAGS) -createmany_mpi_SOURCES=createmany-mpi.c -createmany_mpi_LDADD=$(LAM_LD_FLAGS) -parallel_grouplock_SOURCES=parallel_grouplock.c lp_utils.c lp_utils.h -parallel_grouplock_LDADD=$(LAM_LD_FLAGS) -mdsrate_SOURCES=mdsrate.c -mdsrate_LDADD=$(LAM_LD_FLAGS) -L$(top_builddir)/lustre/utils -llustreapi -endif - -#copy_attr_LDADD= -lattr