Skip to content

Commit 806252b

Browse files
committed
Use new testing configuration header
1 parent 5c72c7e commit 806252b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+64
-7
lines changed

test/compare_dec128_and_fast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal.hpp>
67
#include <random>
78
#include <limits>

test/random_decimal128_comp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal.hpp>
67
#include <boost/core/lightweight_test.hpp>
78
#include <random>

test/random_decimal128_fast_comp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal.hpp>
67
#include <boost/core/lightweight_test.hpp>
78
#include <random>

test/random_decimal128_fast_math.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal.hpp>
67
#include <random>
78
#include <limits>

test/random_decimal128_math.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal.hpp>
67
#include <random>
78
#include <limits>

test/random_decimal32_comp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <boost/decimal.hpp>
77
#endif
88

9+
#include "testing_config.hpp"
910
#include <boost/core/lightweight_test.hpp>
1011
#include <iostream>
1112
#include <random>

test/random_decimal32_fast_comp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <boost/decimal.hpp>
77
#endif
88

9+
#include "testing_config.hpp"
910
#include <boost/core/lightweight_test.hpp>
1011
#include <iostream>
1112
#include <random>

test/random_decimal32_fast_math.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <boost/decimal.hpp>
77
#endif
88

9+
#include "testing_config.hpp"
910
#include <boost/core/lightweight_test.hpp>
1011
#include <iostream>
1112
#include <random>

test/random_decimal32_math.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal/decimal32_t.hpp>
67
#include <boost/decimal/iostream.hpp>
78
#include <random>

test/random_decimal64_comp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5+
#include "testing_config.hpp"
56
#include <boost/decimal/decimal64_t.hpp>
67
#include <boost/decimal/iostream.hpp>
78
#include <boost/core/lightweight_test.hpp>

0 commit comments

Comments
 (0)