aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2007-01-18 13:16:58 +0000
committertradke <tradke@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2007-01-18 13:16:58 +0000
commit484b5be4a96a3c69900aaff014cec300e7878388 (patch)
tree10d476ea627f0c9342c1116dfd899137bdba6faf
parenta1e9b2fca018fe897846d5bb1cfbd67e714aa923 (diff)
run testsuite only on a single processor (because of processor-specific
CarpetIOASCII output files) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@73 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--test/test.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
new file mode 100644
index 0000000..5d1dd55
--- /dev/null
+++ b/test/test.ccl
@@ -0,0 +1,9 @@
+TEST bhns_eval
+{
+ NPROCS 1
+}
+
+TEST bhns_interp
+{
+ NPROCS 1
+}