diff --git a/CMakeLists.txt b/CMakeLists.txt index 75ba3e3b..cbeee123 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/test/mytest.cpp b/test/ut.cpp similarity index 100% rename from test/mytest.cpp rename to test/ut.cpp