From aca8377db9f83aacf34eb41eefde0a82432c79db Mon Sep 17 00:00:00 2001 From: Laura Casswell Date: Fri, 3 Sep 2004 14:31:36 +0000 Subject: [PATCH] add ns and make run script more general This commit was SVN r2475. --- test/mca/ns/Makefile.am | 2 +- test/mca/run_tests | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/test/mca/ns/Makefile.am b/test/mca/ns/Makefile.am index df59cf9290..6d8971a9f3 100644 --- a/test/mca/ns/Makefile.am +++ b/test/mca/ns/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1 noinst_PROGRAMS = \ test_ns_replica \ - test_ns_proxy + test_ns_proxy test_ns_replica_SOURCES = test_ns_replica.c test_ns_replica_LDADD = \ diff --git a/test/mca/run_tests b/test/mca/run_tests index e19518d9fb..210ed23cb3 100755 --- a/test/mca/run_tests +++ b/test/mca/run_tests @@ -24,22 +24,21 @@ umask 007 if ("x$1" == "x") then - cd gpr; ./run_tests all; - cd llm; ./run_tests all; -# cd ../ns; ./run_tests all; - cd ../oob; ./run_tests all; - cd ../pcm; ./run_tests all; - cd ..; + cd gpr; ./run_tests all; cd ..; + cd llm; ./run_tests all; cd ..; +# cd ../ns; ./run_tests all; cd ..; + cd ../oob; ./run_tests all; cd ..; + cd ../pcm; ./run_tests all; cd ..; else foreach target ($argv) switch ($target) case "all": - cd llm; ./run_tests all; -# cd ../ns; ./run_tests all; - cd ../oob; ./run_tests all; - cd ../pcm; ./run_tests all; - cd ..; + cd gpr; ./run_tests all; cd ..; + cd llm; ./run_tests all; cd ..; +# cd ../ns; ./run_tests all; cd ..; + cd ../oob; ./run_tests all; cd ..; + cd ../pcm; ./run_tests all; cd ..; breaksw case "gpr": case "llm": @@ -50,8 +49,7 @@ else ./run_tests; cd ..; breaksw - case "help": - echo "correct use: " + case "help": echo "correct use: " echo " run_tests help (this message)" echo " run_tests all (to run all mca tests)" echo "or run_tests "