rename test file

This commit is contained in:
Henry Case 2021-03-24 12:39:33 +00:00
parent 56ebf60386
commit f355cec1a5
2 changed files with 4 additions and 4 deletions

View File

@ -237,19 +237,19 @@ target_link_libraries(
)
add_executable(
mytest
ut
test/mytest.cpp
test/ut.cpp
)
target_link_libraries(
mytest
ut
gtest
gtest_main
pqclean_s)
target_include_directories(
mytest PRIVATE
ut PRIVATE
${CMAKE_SOURCE_DIR})