Whamcloud - gitweb
Add munlink tool which unlinks files without stat first (unlike GNU rm).
[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
27 noinst_PROGRAMS += munlink tchmod toexcl fsx #ldaptest 
28
29 # ldaptest_SOURCES = ldaptest.c
30 tchmod_SOURCES = tchmod.c
31 toexcl_SOURCES = toexcl.c
32 testreq_SOURCES = testreq.c
33 mcreate_SOURCES = mcreate.c
34 munlink_SOURCES = munlink.c
35 truncate_SOURCES = truncate.c
36 directio_SOURCES = directio.c
37 openunlink_SOURCES = openunlink.c
38 openme_SOURCES = openme.c
39 writeme_SOURCES = writeme.c
40 fsx_SOURCES = fsx.c
41
42 include $(top_srcdir)/Rules