From 420c243acbf88e7f2ecfa0263c519cd99cde71e2 Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 1 Jun 2003 02:26:47 +0000 Subject: [PATCH] - Makefile for tests --- lustre/tests/Makefile.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 lustre/tests/Makefile.mk diff --git a/lustre/tests/Makefile.mk b/lustre/tests/Makefile.mk new file mode 100644 index 0000000..c2a1f66 --- /dev/null +++ b/lustre/tests/Makefile.mk @@ -0,0 +1,50 @@ +include $(src)/../portals/Kernelenv + +HOSTCFLAGS += -Iinclude -D_LARGEFILE64_SOURCE + +OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS)) +OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \ + $(filter-out parser.o,$(PTLCTLOBJS))) + +host-progs := openunlink testreq truncate directio openme writeme open_delay \ + munlink tchmod toexcl fsx test_brw openclose createdestroy \ + stat createmany statmany multifstat createtest mlink \ + opendirunlink opendevunlink unlinkmany fchdir_test \ + checkstat wantedi statone runas openfile \ + mcreate mkdirmany + +always := $(host-progs) + + +tchmod-objs := tchmod.o +toexcl-objs := toexcl.o +testreq-objs := testreq.o +mcreate-objs := mcreate.o +munlink-objs := munlink.o +mlink-objs := mlink.o +truncate-objs := truncate.o +directio-objs := directio.o +openunlink-objs := openunlink.o +openme-objs := openme.o +writeme-objs := writeme.o +fsx-objs := fsx.o +test_brw-objs := test_brw.o +openclose-objs := openclose.o +createdestroy-objs := createdestroy.o +stat-objs := stat.o +createmany-objs := createmany.o +statmany-objs := statmany.o +unlinkmany-objs := unlinkmany.o +statone-objs := statone.o +mkdirmany-objs := mkdirmany.o +multifstat-objs := multifstat.o +checkstat-objs := checkstat.o +runas-objs := runas.o +openfile-objs := openfile.o +wantedi-objs := wantedi.o +createtest-objs := createtest.o +open_delay-objs := open_delay.o +opendirunlink-objs :=opendirunlink.o +opendevunlink-objs :=opendirunlink.o +fchdir_test-objs :=fchdir_test.o + -- 1.8.3.1