Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/141#discussion_r142679677
  
    --- Diff: cmake/BuildTests.cmake ---
    @@ -88,7 +98,19 @@ FOREACH(testfile ${INTEGRATION_TESTS})
     ENDFOREACH()
     message("-- Finished building ${INT_TEST_COUNT} integration test 
file(s)...")
     
    -add_test(NAME ControllerServiceIntegrationTests COMMAND 
ControllerServiceIntegrationTests 
"${TEST_RESOURCES}/TestControllerServices.yml" "${TEST_RESOURCES}/")
    +if (HTTP-CURL)
    +
    +SET(CURL_INT_TEST_COUNT 0)
    +FOREACH(testfile ${CURL_INTEGRATION_TESTS})
    +   get_filename_component(testfilename "${testfile}" NAME_WE)
    +   add_executable("${testfilename}" "${TEST_DIR}/curl-tests/${testfile}" 
${SPD_SOURCES} "${TEST_DIR}/TestBase.cpp")
    +   createTests("${testfilename}")
    +   #message("Adding ${testfilename} from ${testfile}")
    --- End diff --
    
    Not sure why I left this here. Should remove. 


---

Reply via email to