rename test file
This commit is contained in:
parent
56ebf60386
commit
f355cec1a5
@ -237,19 +237,19 @@ target_link_libraries(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
mytest
|
ut
|
||||||
|
|
||||||
test/mytest.cpp
|
test/ut.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
mytest
|
ut
|
||||||
gtest
|
gtest
|
||||||
gtest_main
|
gtest_main
|
||||||
pqclean_s)
|
pqclean_s)
|
||||||
|
|
||||||
target_include_directories(
|
target_include_directories(
|
||||||
mytest PRIVATE
|
ut PRIVATE
|
||||||
|
|
||||||
${CMAKE_SOURCE_DIR})
|
${CMAKE_SOURCE_DIR})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user