Ver a proveniência

rename test file

kris/kyber2
Henry Case há 3 anos
ascendente
cometimento
f355cec1a5
2 ficheiros alterados com 4 adições e 4 eliminações
  1. +4
    -4
      CMakeLists.txt
  2. +0
    -0
      test/ut.cpp

+ 4
- 4
CMakeLists.txt Ver ficheiro

@@ -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 Ver ficheiro


Carregando…
Cancelar
Guardar