Update gtest_helper.cmake
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 18
− 10
@@ -10,23 +10,31 @@
@@ -10,23 +10,31 @@
This updates the add_icon_c_test
macro in cmake/gtest_helper.cmake
:
fs_add_c_test
.SOURCES
(followed by a list of source files of the test) and ARGS
(followed by a list of command-line arguments for the test).add_c_test(UtilHashTest ctest_util_hash.cpp)
, but it made sense to me to switch to the new one.UtilFileTest
test is now provided with an extra command-line argument and it runs on ${CMAKE_CURRENT_BINARY_DIR}
instead of .
as it was before !28 (merged).