blob: cc14627b0a3cb05f5508d9c3df4c677b02ae54f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
set(TEST_SOURCES
TestAES.cpp
TestBigInteger.cpp
TestChecksum.cpp
TestHash.cpp
TestHMAC.cpp
TestRSA.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibCrypto LIBS LibCrypto)
endforeach()
|