aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-11-29 00:13:30 -0500
committerJack Lloyd <[email protected]>2015-11-29 00:13:30 -0500
commit0bc108a29fd2e7ff6fe992ea8e6c56a5cde27e34 (patch)
tree47fd3cf05e20f423453ba33953e400697ab11fb1 /src/tests
parent10ca344f7f32dfa7a5faf5d4605522ea41af7ade (diff)
Fix compile error when compression is disabled
Missed because Travis uses zlib and company even in the min build. GH #337
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_entropy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_entropy.cpp b/src/tests/test_entropy.cpp
index ec1c052da..0ffee8491 100644
--- a/src/tests/test_entropy.cpp
+++ b/src/tests/test_entropy.cpp
@@ -131,12 +131,12 @@ class Entropy_Source_Tests : public Test
}
}
}
+#endif
}
catch(std::exception& e)
{
result.test_failure("during entropy collection test", e.what());
}
-#endif
result.end_timer();
results.push_back(result);