Explorar el Código

rename test file

kris/kyber2
Henry Case hace 3 años
padre
commit
f355cec1a5
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      CMakeLists.txt
  2. +0
    -0
      test/ut.cpp

+ 4
- 4
CMakeLists.txt Ver fichero

@@ -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 fichero


Cargando…
Cancelar
Guardar