Whamcloud - gitweb
- delete llxmlsetup.sh
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 # Lustre test Makefile
2 DEFS=
3 CPPFLAGS = -I. -I$(PORTALS)/include -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE
4 CFLAGS := -g -Wall
5 # LDADD = -lldap
6 # LDADD := -lreadline -ltermcap # -lefence
7 pkglibdir = @libdir@/$(PACKAGE)
8 pkgcfgdir = @sysconfdir@/$(PACKAGE)
9 EXTRA_DIST = $(sbin_SCRIPTS) $(noinst_SCRIPTS) $(noinst_DATA) \
10         common.sh lustre.cfg \
11         client-echo.cfg    elan-server.cfg  net-client.cfg  obdecho.cfg \
12         client-mount.cfg   ldlm.cfg         net-local.cfg   obdfilter.cfg \
13         client-mount2.cfg  lustre.cfg       net-server.cfg \
14         elan-client.cfg    mds.cfg 
15 sbin_SCRIPTS = llsetup.sh llrsetup.sh llcleanup.sh
16 noinst_DATA = ext2_10000.gz ext2_25000.gz ext3_10000.gz lov.xml
17 noinst_SCRIPTS = fs.sh intent-test.sh intent-test2.sh leak_finder.pl \
18         lldlm.sh llecho.sh llext3.sh llmodules.sh llmount-client.sh \
19         llmount-server.sh llmount.sh llmountcleanup.sh llrext3.sh \
20         llrmount.sh llsimple.sh mdcreq.sh mdcreqcleanup.sh \
21         ostreq.sh runfailure-client-mds-recover.sh runfailure-mds \
22         runfailure-net runfailure-ost runiozone runregression-net.sh \
23         runtests runvmstat snaprun.sh
24 pkglib_SCRIPTS = common.sh
25 pkgcfg_DATA = lustre.cfg
26 noinst_PROGRAMS = openunlink testreq truncate directio openme writeme mcreate tchmod toexcl fsx #ldaptest 
27
28 # ldaptest_SOURCES = ldaptest.c
29 tchmod_SOURCES = tchmod.c
30 toexcl_SOURCES = toexcl.c
31 testreq_SOURCES = testreq.c
32 mcreate_SOURCES = mcreate.c
33 truncate_SOURCES = truncate.c
34 directio_SOURCES = directio.c
35 openunlink_SOURCES = openunlink.c
36 openme_SOURCES = openme.c
37 writeme_SOURCES = writeme.c
38 fsx_SOURCES = fsx.c
39
40 include $(top_srcdir)/Rules