summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uwriter.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-03 13:58:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-03 14:48:49 +0000
commit6c52a8b916e52c9ab33461e931a4e75b3dae04f7 (patch)
treef1bf31bfeca2012db13cdf2ba62ad8bf09f2afdf /sw/CppunitTest_sw_uwriter.mk
parentfa430e6b4e6f5d096bdf59db26e5d7393ca2297b (diff)
drop SW_DLLPUBLICs for unit-test only exposure
seeing as have a uwriter target for the non-exposed symbols case. As a motivating side-effect stops crashing on exit on an optimized build with my x86_64 fedora 20 gcc 4.8.3 build Change-Id: If0240ee02d4899e488b12d2d8d5f9b6bf7cca37d
Diffstat (limited to 'sw/CppunitTest_sw_uwriter.mk')
-rw-r--r--sw/CppunitTest_sw_uwriter.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uwriter.mk b/sw/CppunitTest_sw_uwriter.mk
index 495d0887b530..9f4e9f947297 100644
--- a/sw/CppunitTest_sw_uwriter.mk
+++ b/sw/CppunitTest_sw_uwriter.mk
@@ -14,6 +14,9 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
sw/qa/core/uwriter \
sw/qa/core/Test-BigPtrArray \
+ sw/qa/core/test_ToxWhitespaceStripper \
+ sw/qa/core/test_ToxLinkProcessor \
+ sw/qa/core/test_ToxTextGenerator \
))
$(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))