Whamcloud - gitweb
This commit was manufactured by cvs2svn to create branch 'b1_4_newconfig2'.
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 # Lustre test Makefile
2 AM_CPPFLAGS = $(LLCPPFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
3 AM_CFLAGS = $(LLCFLAGS)
4 # LDADD = -lldap
5 # LDADD := -lreadline -ltermcap # -lefence
6
7 pkgexample_scripts = llmount.sh llmountcleanup.sh llecho.sh llechocleanup.sh
8 pkgexample_scripts += local.sh echo.sh uml.sh lov.sh
9 noinst_DATA =
10 noinst_SCRIPTS = leak_finder.pl llecho.sh llmount.sh llmountcleanup.sh tbox.sh
11 noinst_SCRIPTS += llrmount.sh runfailure-mds runvmstat runfailure-net
12 noinst_SCRIPTS += runfailure-ost runiozone runregression-net.sh runtests
13 noinst_SCRIPTS += sanity.sh rundbench
14
15 EXTRA_DIST = $(pkgexample_scripts) $(noinst_SCRIPTS) $(noinst_DATA) \
16         sanity.sh rundbench
17 if TESTS
18 pkgexample_SCRIPTS = $(pkgexample_scripts)
19 noinst_PROGRAMS = openunlink testreq truncate directio openme writeme
20 noinst_PROGRAMS += tchmod toexcl fsx test_brw openclose createdestroy
21 noinst_PROGRAMS += stat createmany statmany multifstat createtest mlink utime
22 noinst_PROGRAMS += opendirunlink opendevunlink unlinkmany fchdir_test checkstat
23 noinst_PROGRAMS += wantedi statone runas openfile getdents o_directory
24 noinst_PROGRAMS += small_write multiop sleeptest ll_sparseness_verify cmknod
25 noinst_PROGRAMS += ll_sparseness_write mrename ll_dirstripe_verify mkdirmany rmdirmany
26 noinst_PROGRAMS += openfilleddirunlink rename_many memhog iopentest1 iopentest2
27 noinst_PROGRAMS += mmap_sanity writemany
28 if MPITESTS
29 noinst_PROGRAMS += write_append_truncate createmany_mpi
30 endif
31 # noinst_PROGRAMS += ldaptest copy_attr mkdirdeep 
32 bin_PROGRAMS = mcreate munlink
33 endif # TESTS
34
35 mmap_sanity_SOURCES= mmap_sanity.c
36 stat_SOURCES = stat.c stat_fs.h
37 # mkdirdeep_LDADD=-L$(top_builddir)/portals/utils -lptlctl $(LIBREADLINE)
38
39 if MPITESTS
40 LAM_LD_FLAGS=-L/opt/lam/lib -lmpi -llam -lpthread
41 write_append_truncate_SOURCES=write_append_truncate.c
42 write_append_truncate_LDADD=$(LAM_LD_FLAGS)
43 createmany_mpi_SOURCES=createmany-mpi.c
44 createmany_mpi_LDADD=$(LAM_LD_FLAGS)
45 endif
46
47 #copy_attr_LDADD= -lattr