瀏覽代碼

rename test file

kris/kyber2
Henry Case 3 年之前
父節點
當前提交
f355cec1a5
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      CMakeLists.txt
  2. +0
    -0
      test/ut.cpp

+ 4
- 4
CMakeLists.txt 查看文件

@@ -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 查看文件


Loading…
取消
儲存