Bläddra i källkod

rename test file

kris/kyber2
Henry Case 3 år sedan
förälder
incheckning
f355cec1a5
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. +4
    -4
      CMakeLists.txt
  2. +0
    -0
      test/ut.cpp

+ 4
- 4
CMakeLists.txt Visa fil

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



test/mytest.cpp → test/ut.cpp Visa fil


Laddar…
Avbryt
Spara