aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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."