summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-14 11:06:05 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-14 11:06:05 +0200
commitf7ea43ef73b03fd875866bdc8a068a64997ae7d2 (patch)
tree3aea9bab33b1898b255802bc7f928ec403153422
parent9181f07af574cb45099c887349285f9c62157481 (diff)
Fix boost test library detection.v1.8.107v1.8.x
-rw-r--r--test/wscript2
1 files changed, 1 insertions, 1 deletions
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 <boost/test/unit_test.hpp>\n
- int main() {}
+ BOOST_AUTO_TEST_CASE(foo) {}
""",
msg='Checking for boost unit testing library',
lib='boost_unit_test_framework%s' % boost_lib_suffix,