Whamcloud - gitweb
merge b_devel into HEAD, which will become 0.7.3
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 # Lustre test Makefile
2 DEFS=
3 CPPFLAGS = -I. -I$(top_srcdir)/portals/include/ -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE
4 CFLAGS := -g -Wall
5 # LDADD = -lldap
6 # LDADD := -lreadline -ltermcap # -lefence
7 EXTRA_DIST = $(pkgexample_SCRIPTS) $(noinst_SCRIPTS) $(noinst_DATA) \
8         sanity.sh          rundbench    mcreate
9 pkgexample_SCRIPTS = llmount.sh llmountcleanup.sh llecho.sh llechocleanup.sh
10 pkgexample_SCRIPTS += local.sh echo.sh uml.sh lov.sh
11 noinst_DATA =
12 noinst_SCRIPTS = leak_finder.pl llecho.sh llmount.sh llmountcleanup.sh tbox.sh
13 noinst_SCRIPTS += llrmount.sh runfailure-mds runvmstat runfailure-net
14 noinst_SCRIPTS += runfailure-ost runiozone runregression-net.sh runtests
15 noinst_SCRIPTS += sanity.sh rundbench
16 noinst_PROGRAMS = openunlink testreq truncate directio openme writeme open_delay
17 noinst_PROGRAMS += tchmod toexcl fsx test_brw openclose createdestroy
18 noinst_PROGRAMS += stat createmany statmany multifstat createtest mlink utime
19 noinst_PROGRAMS += opendirunlink opendevunlink unlinkmany fchdir_test checkstat
20 noinst_PROGRAMS += wantedi statone runas openfile getdents mkdirdeep o_directory
21 noinst_PROGRAMS += small_write
22 # noinst_PROGRAMS += ldaptest
23 sbin_PROGRAMS = mcreate munlink mkdirmany
24
25 # ldaptest_SOURCES = ldaptest.c
26 tchmod_SOURCES = tchmod.c
27 toexcl_SOURCES = toexcl.c
28 testreq_SOURCES = testreq.c
29 mcreate_SOURCES = mcreate.c
30 munlink_SOURCES = munlink.c
31 mlink_SOURCES = mlink.c
32 truncate_SOURCES = truncate.c
33 directio_SOURCES = directio.c
34 openunlink_SOURCES = openunlink.c
35 openme_SOURCES = openme.c
36 writeme_SOURCES = writeme.c
37 fsx_SOURCES = fsx.c
38 test_brw_SOURCES = test_brw.c
39 openclose_SOURCES = openclose.c
40 createdestroy_SOURCES = createdestroy.c
41 stat_SOURCES = stat.c
42 createmany_SOURCES = createmany.c
43 statmany_SOURCES = statmany.c
44 unlinkmany_SOURCES = unlinkmany.c
45 statone_SOURCES = statone.c
46 mkdirmany_SOURCES = mkdirmany.c
47 multifstat_SOURCES = multifstat.c
48 checkstat_SOURCES = checkstat.c
49 runas_SOURCES = runas.c
50 openfile_SOURCES = openfile.c
51 wantedi_SOURCES = wantedi.c
52 createtest_SOURCES = createtest.c
53 open_delay_SOURCES = open_delay.c
54 opendirunlink_SOURCES = opendirunlink.c
55 opendevunlink_SOURCES = opendevunlink.c
56 fchdir_test_SOURCES = fchdir_test.c
57 getdents_SOURCES=getdents.c
58 o_directory_SOURCES = o_directory.c
59 utime_SOURCES = utime.c
60 mkdirdeep_SOURCES = mkdirdeep.c
61 mkdirdeep_LDADD=-L$(top_builddir)/portals/utils -lptlctl
62 mkdirdeep_CPPFLAGS=-I$(top_srcdir)/portals/include
63 small_write_SOURCES = small_write.c
64
65 include $(top_srcdir)/Rules