From f7ea43ef73b03fd875866bdc8a068a64997ae7d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 14 Sep 2024 11:06:05 +0200 Subject: Fix boost test library detection. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index d2cac0b3..f2e41341 100644 --- a/test/wscript +++ b/test/wscript @@ -42,7 +42,7 @@ def configure(conf): conf.check_cxx(fragment=""" #define BOOST_TEST_MODULE Config test\n #include \n - int main() {} + BOOST_AUTO_TEST_CASE(foo) {} """, msg='Checking for boost unit testing library', lib='boost_unit_test_framework%s' % boost_lib_suffix, -- cgit v1.2.3