Browse Source

ENH: Enable test

Andy Cedilnik 21 years ago
parent
commit
95c1f55858
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Utilities/cmxmlrpc/CMakeLists.txt

+ 2 - 0
Utilities/cmxmlrpc/CMakeLists.txt

@@ -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)