aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorsvn_bwardell <svn_bwardell@105869f7-3296-0410-a4ea-f4349344b45a>2011-08-07 12:43:08 +0000
committersvn_bwardell <svn_bwardell@105869f7-3296-0410-a4ea-f4349344b45a>2011-08-07 12:43:08 +0000
commitf02ccb2663070e74d780bb2e01b0df502bdad8b5 (patch)
treed5fe708c4021a7cf1d3529b71bc10ff5198341b6 /param.ccl
parent921173d2d46e1a69b681ec8aab0fbe5429da760a (diff)
Unconditionally run tests and abort if any fail.
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@23 105869f7-3296-0410-a4ea-f4349344b45a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 0 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index f785af9..dc5d37e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,8 +1 @@
# Parameter definitions for thorn Vectors
-
-KEYWORD tests "Whether to run correctness tests on startup."
-{
- "report" :: "Run tests and report any which fail."
- "abort" :: "Run tests and abort if any fail."
- "skip" :: "Don't run tests."
-} "skip" \ No newline at end of file