From a782f96fe18d3031f07705be602c186f23c51aee Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Sep 2024 21:42:13 +0200 Subject: Handle static link with boost better, and extend it to Ubuntu 16.04. --- test/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 348b138..c6a01b0 100644 --- a/test/wscript +++ b/test/wscript @@ -5,8 +5,8 @@ def configure(conf): conf.check_cxx(fragment=""" #define BOOST_TEST_MODULE Config test\n - #include \n - int main() {} + #include \n + 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