summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2020-01-13 14:23:56 +0100
committercah <cah@ableton.com>2020-01-13 14:23:56 +0100
commit092ed446333ce12814d5883f924ab16ad096ab05 (patch)
tree9793388a9cbfcdb6712c7a01b497be427179f722 /test
parent00a593c9362aabd5df4f4c9d37d00ef1caba139f (diff)
Fix test module name.
Diffstat (limited to 'test')
-rw-r--r--test/tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc
index ad5cc72..4fc72b2 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -24,7 +24,7 @@
#include "cxml.h"
#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE libdcp_test
+#define BOOST_TEST_MODULE libcxml_test
#include <boost/test/unit_test.hpp>
using std::string;