summaryrefslogtreecommitdiff
path: root/test/math/lgsFp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/lgsFp.cpp')
-rw-r--r--test/math/lgsFp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/lgsFp.cpp b/test/math/lgsFp.cpp
index 376a067..d8967a0 100644
--- a/test/math/lgsFp.cpp
+++ b/test/math/lgsFp.cpp
@@ -108,5 +108,5 @@ void performance_test() {
int main() {
test_square();
stress_test_inv();
- performance_test();
+ if (!sanitize) performance_test();
}