Procházet zdrojové kódy

rename test file

kris/kyber2
Henry Case před 3 roky
rodič
revize
f355cec1a5
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      CMakeLists.txt
  2. +0
    -0
      test/ut.cpp

+ 4
- 4
CMakeLists.txt Zobrazit soubor

@@ -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 Zobrazit soubor


Načítá se…
Zrušit
Uložit