From b2307d56d7273064a6b5b207227b997d8d3363be Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 4 Nov 2014 19:38:37 +0000 Subject: Link to external Boost UTF --- libtmdb/Jamfile.jam | 7 +++++++ libtmdb/testCallMockApi.cpp | 2 +- libtmdb/testFormatUrls.cpp | 2 +- libtmdb/testModels.cpp | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libtmdb/Jamfile.jam b/libtmdb/Jamfile.jam index 2e51377..8b6d246 100644 --- a/libtmdb/Jamfile.jam +++ b/libtmdb/Jamfile.jam @@ -13,6 +13,7 @@ lib pthread ; lib boost_system ; lib boost_filesystem ; lib curl ; +lib boost_utf : : boost_unit_test_framework ; lib tmdb : [ glob *.cpp *.ice : test*.cpp ] : @@ -36,6 +37,8 @@ lib tmdb : unit-test testModels : [ glob testModels.cpp ] : + BOOST_TEST_DYN_LINK + boost_utf tmdb slicer slicer-json @@ -47,6 +50,8 @@ unit-test testModels : unit-test testFormatUrls : [ glob testFormatUrls.cpp ] : + BOOST_TEST_DYN_LINK + boost_utf tmdb slicer slicer-json @@ -58,6 +63,8 @@ unit-test testFormatUrls : unit-test testCallMockApi : [ glob testCallMockApi.cpp ] : + BOOST_TEST_DYN_LINK + boost_utf tmdb slicer slicer-json diff --git a/libtmdb/testCallMockApi.cpp b/libtmdb/testCallMockApi.cpp index 08719ca..6321773 100644 --- a/libtmdb/testCallMockApi.cpp +++ b/libtmdb/testCallMockApi.cpp @@ -1,5 +1,5 @@ #define BOOST_TEST_MODULE CallMockApi -#include +#include #include "tmdb-proxy.h" diff --git a/libtmdb/testFormatUrls.cpp b/libtmdb/testFormatUrls.cpp index f3aa2a8..0df6670 100644 --- a/libtmdb/testFormatUrls.cpp +++ b/libtmdb/testFormatUrls.cpp @@ -1,5 +1,5 @@ #define BOOST_TEST_MODULE FormatUrls -#include +#include #define private public #define protected public diff --git a/libtmdb/testModels.cpp b/libtmdb/testModels.cpp index 6d87c8f..fe2dbab 100644 --- a/libtmdb/testModels.cpp +++ b/libtmdb/testModels.cpp @@ -1,5 +1,5 @@ #define BOOST_TEST_MODULE Deserialize -#include +#include #include #include -- cgit v1.2.3