ENH: Enable test

This commit is contained in:
Andy Cedilnik 2005-03-01 10:11:23 -05:00
parent 77e22a7d70
commit 95c1f55858
1 changed files with 2 additions and 0 deletions

View File

@ -98,3 +98,5 @@ TARGET_LINK_LIBRARIES(cmXMLRPC ${CMAKE_EXPAT_LIBRARIES} ${CMAKE_CURL_LIBRARIES}
ADD_EXECUTABLE(xrtest synch_client.c)
TARGET_LINK_LIBRARIES(xrtest cmXMLRPC)
ADD_TEST(Test-XMLRPC ${EXECUTABLE_OUTPUT_PATH}/xrtest)