Whamcloud - gitweb
- landing of b_hd_cleanup_merge to HEAD.
[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
10 noinst_DATA =
11 noinst_SCRIPTS = leak_finder.pl llecho.sh llmount.sh llmountcleanup.sh tbox.sh
12 noinst_SCRIPTS += llrmount.sh runfailure-mds runvmstat runfailure-net
13 noinst_SCRIPTS += runfailure-ost runiozone runregression-net.sh runtests
14 noinst_SCRIPTS += sanity.sh rundbench
15
16 EXTRA_DIST = $(pkgexample_scripts) $(noinst_SCRIPTS) $(noinst_DATA) \
17        sanity.sh rundbench
18 if TESTS
19 pkgexample_SCRIPTS = $(pkgexample_scripts)
20
21 noinst_PROGRAMS = openunlink testreq truncate directio openme writeme open_delay
22 noinst_PROGRAMS += tchmod toexcl fsx test_brw openclose createdestroy
23 noinst_PROGRAMS += stat createmany statmany multifstat createtest mlink utime
24 noinst_PROGRAMS += opendirunlink opendevunlink unlinkmany fchdir_test checkstat
25 noinst_PROGRAMS += wantedi statone runas openfile getdents mkdirdeep o_directory
26 noinst_PROGRAMS += small_write multiop sleeptest ll_sparseness_verify cmknod
27
28 noinst_PROGRAMS += ll_sparseness_write mrename ll_dirstripe_verify mkdirmany rmdirmany
29 noinst_PROGRAMS += openfilleddirunlink rename_many memhog iopentest1 iopentest2
30 noinst_PROGRAMS += mmap_sanity
31 # noinst_PROGRAMS += ldaptest copy_attr
32 bin_PROGRAMS = mcreate munlink
33 endif # TESTS
34
35 # ldaptest_SOURCES = ldaptest.c
36
37 stat_SOURCES = stat.c stat_fs.h
38 mkdirdeep_LDADD=-L$(top_builddir)/portals/utils -lptlctl $(LIBREADLINE)
39 #write_append_truncate_CC=mpicc
40 #createmany_mpi_CC=mpicc
41 #parallel_grouplock_SOURCES=parallel_grouplock.c lp_utils.c
42 #parallel_grouplock_CC=mpicc
43
44 #copy_attr_LDADD= -lattr
45 mmap_sanity_SOURCES= mmap_sanity.c
46