summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-14 02:28:16 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-14 02:32:17 +0200
commit9181f07af574cb45099c887349285f9c62157481 (patch)
tree1e56a0a607dbebf3548c55c245fef444ce4a89e5 /test/test.cc
parent3768b728b46dcfd4bb6c34a70f566a31b09c6409 (diff)
Fix build on Ubuntu 16.04 now that we have a static boost library.v1.8.106
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc
index d384bdfa..fcd2d226 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -31,7 +31,7 @@
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"