diff options
| author | cah <cah@ableton.com> | 2020-01-13 14:23:56 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2020-01-13 14:23:56 +0100 |
| commit | 092ed446333ce12814d5883f924ab16ad096ab05 (patch) | |
| tree | 9793388a9cbfcdb6712c7a01b497be427179f722 /test | |
| parent | 00a593c9362aabd5df4f4c9d37d00ef1caba139f (diff) | |
Fix test module name.
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.cc | 2 |
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; |
