This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
rename test file
kris/kyber2
Henry Case
3 years ago
parent
56ebf60386
commit
f355cec1a5
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
CMakeLists.txt
+0
-0
test/ut.cpp
+ 4
- 4
CMakeLists.txt
View File
@@ -237,19 +237,19 @@ target_link_libraries(
)
add_executable(
mytes
t
u
t
test/
mytes
t.cpp
test/
u
t.cpp
)
target_link_libraries(
mytes
t
u
t
gtest
gtest_main
pqclean_s)
target_include_directories(
mytes
t PRIVATE
u
t PRIVATE
${CMAKE_SOURCE_DIR})
test/mytest.cpp → test/ut.cpp
View File
Write
Preview
Loading…
Cancel
Save