[Pvfs2-cvs] commit by slang in pvfs2/test/io/job: module.mk.in
CVS commit program
cvs at parl.clemson.edu
Wed Feb 13 12:35:58 EST 2008
Update of /projects/cvsroot/pvfs2/test/io/job
In directory parlweb1:/tmp/cvs-serv12308/test/io/job
Modified Files:
module.mk.in
Log Message:
disabling the req_sched tests for now since its too much of a hassle to get the request calls to link independently from the rest of the server.
Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/job/module.mk.in,v
diff -p -u -r1.14 -r1.15
--- module.mk.in 3 Dec 2004 15:13:34 -0000 1.14
+++ module.mk.in 13 Feb 2008 17:35:58 -0000 1.15
@@ -4,7 +4,6 @@ TEST_IO_JOB_DIR := io/job
TEST_IO_JOB_DIR_SRC := \
$(DIR)/job-client-example.c \
$(DIR)/job-server-example.c \
- $(DIR)/req-sched-job-test.c \
$(DIR)/trove-job-create-toy.c \
$(DIR)/trove-job-io.c \
$(DIR)/trove-job-ls.c \
@@ -13,6 +12,8 @@ TEST_IO_JOB_DIR_SRC := \
$(DIR)/job-dev-test.c \
$(DIR)/thread-bench2.c \
$(DIR)/thread-bench3.c
+
+# $(DIR)/req-sched-job-test.c \
MISCSRC += $(DIR)/job-help.c
More information about the Pvfs2-cvs
mailing list