aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetTest/schedule.ccl')
-rw-r--r--Carpet/CarpetTest/schedule.ccl10
1 files changed, 6 insertions, 4 deletions
diff --git a/Carpet/CarpetTest/schedule.ccl b/Carpet/CarpetTest/schedule.ccl
index a229736f9..c3af268be 100644
--- a/Carpet/CarpetTest/schedule.ccl
+++ b/Carpet/CarpetTest/schedule.ccl
@@ -12,7 +12,9 @@ schedule carpettest_check_arguments AT initial
LANG: Fortran
} "Check grid function and grid array arguments"
-schedule carpettest_slabtest AT initial
-{
- LANG: C
-} "Test hyperslabbing"
+if (test_slab) {
+ schedule carpettest_slabtest AT initial
+ {
+ LANG: C
+ } "Test hyperslabbing"
+}