diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-14 11:06:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-14 11:06:05 +0200 |
| commit | f7ea43ef73b03fd875866bdc8a068a64997ae7d2 (patch) | |
| tree | 3aea9bab33b1898b255802bc7f928ec403153422 | |
| parent | 9181f07af574cb45099c887349285f9c62157481 (diff) | |
| -rw-r--r-- | test/wscript | 2 |
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, |
