Whamcloud - gitweb
merging all noncontroversial pieces of b_symlink into HEAD
[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 EXTRA_DIST = $(pkgexample_SCRIPTS) $(noinst_SCRIPTS) $(noinst_DATA) \
8         common.sh lustre.cfg \
9         client-echo.cfg    elan-server.cfg  net-client.cfg  obdecho.cfg \
10         client-mount.cfg   ldlm.cfg         net-local.cfg   obdfilter.cfg \
11         client-mount2.cfg  lustre.cfg       net-server.cfg \
12         elan-client.cfg    mds.cfg      trivial.sh
13 pkgexampledir = '${exec_prefix}/usr/lib/$(PACKAGE)/examples'
14 pkgexample_SCRIPTS = llmount.sh llmountcleanup.sh llecho.sh local.sh uml.sh lov.sh
15 noinst_SCRIPTS = llsetup.sh llrsetup.sh llcleanup.sh
16 noinst_DATA = ext2_10000.gz ext2_25000.gz ext3_10000.gz lov.xml lustre.cfg
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 tbox.sh  common.sh
24 noinst_PROGRAMS = openunlink testreq truncate directio openme writeme mcreate
25 noinst_PROGRAMS += munlink tchmod toexcl fsx test_brw openclose createdestroy
26 noinst_PROGRAMS += lovstripe stat # 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 munlink_SOURCES = munlink.c
34 truncate_SOURCES = truncate.c
35 directio_SOURCES = directio.c
36 openunlink_SOURCES = openunlink.c
37 openme_SOURCES = openme.c
38 writeme_SOURCES = writeme.c
39 fsx_SOURCES = fsx.c
40 test_brw_SOURCES = test_brw.c
41 openclose_SOURCES = openclose.c
42 createdestroy_SOURCES = createdestroy.c
43 lovstripe_SOURCES = lovstripe.c
44 stat_SOURCES = stat.c
45
46 include $(top_srcdir)/Rules