summaryrefslogtreecommitdiff
path: root/test/math/piLehmer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/piLehmer.cpp')
-rw-r--r--test/math/piLehmer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/math/piLehmer.cpp b/test/math/piLehmer.cpp
index d84466f..bfc714f 100644
--- a/test/math/piLehmer.cpp
+++ b/test/math/piLehmer.cpp
@@ -36,7 +36,8 @@ void performance_test() {
}
int main() {
- performance_test();
+ if (!sanitize) performance_test();
+ if (sanitize) lehmer::init();
stress_test();
}