Worked through rejects from sg1.5 merge. Went in smoothly O.o

This commit is contained in:
Siana Gearz
2010-10-18 13:45:04 +02:00
parent babc0dc420
commit 3d60deaf31
8 changed files with 42 additions and 24 deletions

View File

@@ -217,12 +217,13 @@ target_link_libraries(
${XMLRPCEPI_LIBRARIES}
)
IF (NOT LINUX AND VIEWER)
IF (LL_TESTS)
# When building the viewer the tests links against the shared objects.
# These can not be found when we try to run the tests, so we had to disable them, for the viewer build.
# TODO: Can someone with viewer knowledge figure out how to make these find the correct so.
#ADD_BUILD_TEST(llhttpclientadapter llmessage)
ADD_BUILD_TEST(llhttpclientadapter llmessage)
ADD_BUILD_TEST(lltrustedmessageservice llmessage)
ADD_BUILD_TEST(lltemplatemessagedispatcher llmessage)
ENDIF (NOT LINUX AND VIEWER)
ENDIF (LL_TESTS)