updated to be more consistant with test file naming
This commit is contained in:
parent
8cc19edbe3
commit
bdc62f3224
|
@ -1,15 +1,15 @@
|
||||||
# TEST_RUNNER
|
# TEST_RUNNER
|
||||||
add_library(module_name_test
|
add_library(test_module_name
|
||||||
module_name.cpp
|
test_module_name.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(module_name_test
|
target_link_libraries(test_module_name
|
||||||
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
||||||
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
||||||
module_name
|
module_name
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(module_name_test
|
target_include_directories(test_module_name
|
||||||
module_name
|
module_name
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue