Browse Source

rename test file

kris/kyber2
Henry Case 3 years ago
parent
commit
f355cec1a5
2 changed files with 4 additions and 4 deletions
  1. +4
    -4
      CMakeLists.txt
  2. +0
    -0
      test/ut.cpp

+ 4
- 4
CMakeLists.txt View File

@@ -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})




test/mytest.cpp → test/ut.cpp View File


Loading…
Cancel
Save