diff options
author | Jack Lloyd <[email protected]> | 2018-04-14 10:05:57 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-14 10:05:57 -0400 |
commit | 92605ef479e6b12a095a5451d20bcbcc72007c09 (patch) | |
tree | f2a8541c0dd4a15c5681316954b0fdb69f604aaa /src/build-data | |
parent | 7b466251c4260a0c822baeaa2857d54f8d0dbb1e (diff) |
Add an explicit test mode build
GH #1537
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 594eab9c8..bb7d1419b 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -56,8 +56,8 @@ #define BOTAN_HAS_SANITIZER_%{i|upper} %{endfor} -%{if build_coverage} -#define BOTAN_HAS_COVERAGE +%{if test_mode} +#define BOTAN_TEST_MODE %{endif} #define BOTAN_TARGET_ARCH_IS_%{arch|upper} |