UnitTests: Add basic tests for ec crypto code

Verifies that PrivToPub and ComputeSharedSecret give expected results.
This commit is contained in:
Léo Lam
2018-05-16 10:59:45 +02:00
parent 355b1b5d5b
commit 67ce7e34e9
2 changed files with 46 additions and 0 deletions

View File

@ -4,6 +4,7 @@ add_dolphin_test(BitUtilsTest BitUtilsTest.cpp)
add_dolphin_test(BlockingLoopTest BlockingLoopTest.cpp)
add_dolphin_test(BusyLoopTest BusyLoopTest.cpp)
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp)
add_dolphin_test(CryptoEcTest Crypto/EcTest.cpp)
add_dolphin_test(EventTest EventTest.cpp)
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp)
add_dolphin_test(FlagTest FlagTest.cpp)