aboutsummaryrefslogtreecommitdiff
path: root/schedule.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 /schedule.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 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 3 insertions, 6 deletions
diff --git a/schedule.ccl b/schedule.ccl
index d6c06a9..54e71b6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,10 +5,7 @@ schedule Vectors_Startup at CCTK_STARTUP
LANG: C
} "Print startup message"
-if (CCTK_EQUALS(tests, "report") || CCTK_EQUALS(tests, "abort"))
+schedule Vectors_Test at CCTK_PARAMCHECK
{
- schedule Vectors_Test at CCTK_PARAMCHECK
- {
- LANG: C
- } "Run correctness tests."
-}
+ LANG: C
+} "Run correctness tests."