add ns and make run script more general
This commit was SVN r2475.
Этот коммит содержится в:
родитель
fcca758e9a
Коммит
aca8377db9
@ -8,7 +8,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
|||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
test_ns_replica \
|
test_ns_replica \
|
||||||
test_ns_proxy
|
test_ns_proxy
|
||||||
|
|
||||||
test_ns_replica_SOURCES = test_ns_replica.c
|
test_ns_replica_SOURCES = test_ns_replica.c
|
||||||
test_ns_replica_LDADD = \
|
test_ns_replica_LDADD = \
|
||||||
|
@ -24,22 +24,21 @@
|
|||||||
umask 007
|
umask 007
|
||||||
|
|
||||||
if ("x$1" == "x") then
|
if ("x$1" == "x") then
|
||||||
cd gpr; ./run_tests all;
|
cd gpr; ./run_tests all; cd ..;
|
||||||
cd llm; ./run_tests all;
|
cd llm; ./run_tests all; cd ..;
|
||||||
# cd ../ns; ./run_tests all;
|
# cd ../ns; ./run_tests all; cd ..;
|
||||||
cd ../oob; ./run_tests all;
|
cd ../oob; ./run_tests all; cd ..;
|
||||||
cd ../pcm; ./run_tests all;
|
cd ../pcm; ./run_tests all; cd ..;
|
||||||
cd ..;
|
|
||||||
else
|
else
|
||||||
|
|
||||||
foreach target ($argv)
|
foreach target ($argv)
|
||||||
switch ($target)
|
switch ($target)
|
||||||
case "all":
|
case "all":
|
||||||
cd llm; ./run_tests all;
|
cd gpr; ./run_tests all; cd ..;
|
||||||
# cd ../ns; ./run_tests all;
|
cd llm; ./run_tests all; cd ..;
|
||||||
cd ../oob; ./run_tests all;
|
# cd ../ns; ./run_tests all; cd ..;
|
||||||
cd ../pcm; ./run_tests all;
|
cd ../oob; ./run_tests all; cd ..;
|
||||||
cd ..;
|
cd ../pcm; ./run_tests all; cd ..;
|
||||||
breaksw
|
breaksw
|
||||||
case "gpr":
|
case "gpr":
|
||||||
case "llm":
|
case "llm":
|
||||||
@ -50,8 +49,7 @@ else
|
|||||||
./run_tests;
|
./run_tests;
|
||||||
cd ..;
|
cd ..;
|
||||||
breaksw
|
breaksw
|
||||||
case "help":
|
case "help": echo "correct use: "
|
||||||
echo "correct use: "
|
|
||||||
echo " run_tests help (this message)"
|
echo " run_tests help (this message)"
|
||||||
echo " run_tests all (to run all mca tests)"
|
echo " run_tests all (to run all mca tests)"
|
||||||
echo "or run_tests <llm | ns | oob | pcm>"
|
echo "or run_tests <llm | ns | oob | pcm>"
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user