diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-03 20:11:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-04 01:05:16 +0200 |
| commit | 604a4e41b60f575fa3a0573aba5170c4d0f331eb (patch) | |
| tree | 82f67e33a6b05373aed64547fd1394eeb2a2fd3e /test/test.cc | |
| parent | 13c738a189e574b80c2b8eca9baa485264664dde (diff) | |
Allow libcxml and libdcp builds with static boost.v1.9.16
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 2cde0776..65649efd 100644 --- a/test/test.cc +++ b/test/test.cc @@ -31,8 +31,9 @@ files in the program, then also delete it here. */ -#define BOOST_TEST_DYN_LINK + #define BOOST_TEST_MODULE libdcp_test + #include "compose.hpp" #include "cpl.h" #include "dcp.h" |
