aboutsummaryrefslogtreecommitdiff
path: root/test/test.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.ccl')
-rw-r--r--test/test.ccl20
1 files changed, 19 insertions, 1 deletions
diff --git a/test/test.ccl b/test/test.ccl
index a32c0ee..f0f2944 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -1,4 +1,22 @@
-EXTENSIONS gp xg asc dx
+# Compare AHFinderDirect's output files (suffix "gp") and Cactus
+# output files (suffixes "xg" and "asc). Ignore OpenDX control files
+# (suffix "dx").
+EXTENSIONS gp xg asc
ABSTOL 1e-8
RELTOL 1e-8
+
+TEST recover
+{
+ NPROCS 1
+}
+
+TEST recover2
+{
+ NPROCS 1
+}
+
+TEST checkpoint2
+{
+ NPROCS 1
+}