From 919116763fc4865d33d95bf53bd4c56056a2f35a Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 8 Jun 2012 14:11:54 +0100 Subject: [PATCH] add a run all tests script --- packages/CLPBN/benchmarks/run_all.sh | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 packages/CLPBN/benchmarks/run_all.sh diff --git a/packages/CLPBN/benchmarks/run_all.sh b/packages/CLPBN/benchmarks/run_all.sh new file mode 100755 index 000000000..bf2571256 --- /dev/null +++ b/packages/CLPBN/benchmarks/run_all.sh @@ -0,0 +1,35 @@ +#!/bin/bash + +cd workshop_attrs +source hve_tests.sh +source bp_tests.sh +source fove_tests.sh +source lbp_tests.sh +source cbp_tests.sh +cd .. + +cd comp_workshops +source hve_tests.sh +source bp_tests.sh +source fove_tests.sh +source lbp_tests.sh +source cbp_tests.sh +cd .. + +cd city +source hve_tests.sh +source bp_tests.sh +source fove_tests.sh +source lbp_tests.sh +source cbp_tests.sh +cd .. + +cd smokers +source hve_tests.sh +source bp_tests.sh +source fove_tests.sh +source lbp_tests.sh +source cbp_tests.sh +cd .. + +