Skip to content

Commit 38ace2f

Browse files
committed
Use static linking instead of dynamic linking for Boost.Test
1 parent 9775e6a commit 38ace2f

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

tests/custom_allocator_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
#define BOOST_TEST_DYN_LINK
25-
2624
#include <tsl/robin_map.h>
2725

2826
#include <boost/test/unit_test.hpp>

tests/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222
* SOFTWARE.
2323
*/
2424
#define BOOST_TEST_MODULE robin_map_tests
25-
#define BOOST_TEST_DYN_LINK
2625

27-
#include <boost/test/unit_test.hpp>
26+
#include <boost/test/unit_test.hpp>

tests/policy_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
#define BOOST_TEST_DYN_LINK
25-
2624
#include <tsl/robin_growth_policy.h>
2725

2826
#include <boost/mpl/list.hpp>

tests/robin_map_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
#define BOOST_TEST_DYN_LINK
25-
2624
#include <tsl/robin_map.h>
2725

2826
#include <boost/mpl/list.hpp>

tests/robin_set_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
#define BOOST_TEST_DYN_LINK
25-
2624
#include <tsl/robin_set.h>
2725

2826
#include <boost/mpl/list.hpp>

0 commit comments

Comments
 (0)