diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-03 21:42:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-04 01:07:33 +0200 |
| commit | a782f96fe18d3031f07705be602c186f23c51aee (patch) | |
| tree | 93b790a56b81ef8b9f41e9f421ae46c46046314e /test/test.cc | |
| parent | 52a482ef5d0ed791d7e9a0a30c143a8e3012023a (diff) | |
Handle static link with boost better, and extend it to Ubuntu 16.04.v1.6.50
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index bc2acda..10d31f9 100644 --- a/test/test.cc +++ b/test/test.cc @@ -17,8 +17,9 @@ */ -#define BOOST_TEST_DYN_LINK + #define BOOST_TEST_MODULE libsub_test + #include "iso6937_tables.h" #include "compose.hpp" #include <boost/test/unit_test.hpp> |
