Skip to content
Snippets Groups Projects
Commit 938e946a authored by Jeremie Deray's avatar Jeremie Deray
Browse files

fix func wolf_add_gtest

parent 408d30a5
No related branches found
No related tags found
1 merge request!82Gtest
This commit is part of merge request !82. Comments created here will be created in the context of that merge request.
...@@ -57,5 +57,7 @@ function(wolf_add_gtest target) ...@@ -57,5 +57,7 @@ function(wolf_add_gtest target)
add_dependencies(${target} libgtest) add_dependencies(${target} libgtest)
target_link_libraries(${target} libgtest) target_link_libraries(${target} libgtest)
add_test(${target} ${target}) message(WARNING ${CMAKE_BINARY_DIR}/bin)
add_test(NAME ${target} COMMAND ${target}) #WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
endfunction() endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment