X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2FMakefile.am;h=b39cddb9c84039bd05f08beb2640d8126b2b65f1;hb=e2cd3061d9419393bc55b19df2d9d51d0cbe8932;hp=4f59ac43da45e06dded1a41e18534ad3452aa1a0;hpb=54f0e7a6f244673ebb31265a331ea94819e91d61;p=fs%2Flustre-release.git diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 4f59ac4..b39cddb 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 += 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 += large-scale.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 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 +noinst_SCRIPTS += lreplicate-test.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 += 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 += ll_getstripe_info write_time_limit rwv +# noinst_PROGRAMS += copy_attr mkdirdeep bin_PROGRAMS = mcreate munlink testdir = $(libdir)/lustre/tests test_SCRIPTS = $(noinst_SCRIPTS) $(noinst_PROGRAMS) @@ -59,25 +67,10 @@ 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 ll_dirstripe_verify_SOURCES= ll_dirstripe_verify.c 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