aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-09-18 16:28:37 -0400
committerErik Schnetter <schnetter@gmail.com>2012-09-18 16:28:37 -0400
commitf06c356c722dbf27cd1077dafe51519ba431e99b (patch)
tree8044a36094e2392ea8ef0d4f57a4f713daccc91d /Carpet/CarpetLib/schedule.ccl
parent45872e1f5483cb9b556de7db9a689f16f59ba737 (diff)
CarpetLib: Clean up backtrace generation
Also add test parameter file.
Diffstat (limited to 'Carpet/CarpetLib/schedule.ccl')
-rw-r--r--Carpet/CarpetLib/schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/schedule.ccl b/Carpet/CarpetLib/schedule.ccl
index 34dfecec2..e719fc071 100644
--- a/Carpet/CarpetLib/schedule.ccl
+++ b/Carpet/CarpetLib/schedule.ccl
@@ -12,6 +12,13 @@ SCHEDULE CarpetLib_test_prolongate_3d_rf2 AT paramcheck
OPTIONS: global
} "Test prolongation operators"
+if (test_backtrace) {
+ SCHEDULE CarpetLib_BacktraceTest AT wragh
+ {
+ LANG: C
+ } "Test stack backtraces"
+}
+
SCHEDULE CarpetLib_printtimestats AT analysis
{
LANG: C