From a2f3680b5a3bebd8d06d6866d737bf7ff0027745 Mon Sep 17 00:00:00 2001 From: mubarak Date: Thu, 14 Apr 2016 10:37:14 -0400 Subject: [PATCH] Adding slimfly test to make tests --- tests/Makefile.subdir | 5 ++++- tests/modelnet-test-slimfly.sh | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 tests/modelnet-test-slimfly.sh diff --git a/tests/Makefile.subdir b/tests/Makefile.subdir index cbae6fc..a11ac9a 100644 --- a/tests/Makefile.subdir +++ b/tests/Makefile.subdir @@ -12,7 +12,7 @@ check_PROGRAMS += tests/lp-io-test \ tests/concurrent-msg-recv tests/modelnet-simplep2p-test \ tests/modelnet-test-collective \ tests/modelnet-prio-sched-test \ - tests/modelnet-test-dragonfly + tests/modelnet-test-dragonfly TESTS += tests/lp-io-test.sh \ tests/workload/codes-workload-test.sh \ @@ -26,6 +26,7 @@ TESTS += tests/lp-io-test.sh \ tests/modelnet-test-torus.sh \ tests/modelnet-test-loggp.sh \ tests/modelnet-test-dragonfly.sh \ + tests/modelnet-test-slimfly.sh \ tests/modelnet-p2p-bw-loggp.sh \ tests/modelnet-prio-sched-test.sh @@ -48,6 +49,7 @@ EXTRA_DIST += tests/lp-io-test.sh \ tests/modelnet-test-torus.sh \ tests/modelnet-test-loggp.sh \ tests/modelnet-test-dragonfly.sh \ + tests/modelnet-test-slimfly.sh \ tests/modelnet-p2p-bw-loggp.sh \ tests/modelnet-prio-sched-test.sh \ tests/conf/concurrent_msg_recv.conf \ @@ -57,6 +59,7 @@ EXTRA_DIST += tests/lp-io-test.sh \ tests/conf/modelnet-test-bw-tri.conf \ tests/conf/modelnet-test.conf \ tests/conf/modelnet-test-dragonfly.conf \ + tests/conf/modelnet-test-slimfly.conf \ tests/conf/modelnet-test-loggp.conf \ tests/conf/modelnet-test-simplep2p.conf \ tests/conf/modelnet-test-latency.conf \ diff --git a/tests/modelnet-test-slimfly.sh b/tests/modelnet-test-slimfly.sh new file mode 100755 index 0000000..938802a --- /dev/null +++ b/tests/modelnet-test-slimfly.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +tests/modelnet-test --sync=1 -- tests/conf/modelnet-test-slimfly.conf -- 2.26.2