tests: add Shen Noether's basic ringct tests

This commit is contained in:
moneromooo-monero
2016-05-14 10:30:11 +01:00
parent 9b1afe5f2d
commit 2d6303fb2c
2 changed files with 209 additions and 1 deletions
+3 -1
View File
@@ -51,7 +51,8 @@ set(unit_tests_sources
test_protocol_pack.cpp
hardfork.cpp
unbound.cpp
varint.cpp)
varint.cpp
ringct.cpp)
set(unit_tests_headers
unit_tests_utils.h)
@@ -61,6 +62,7 @@ add_executable(unit_tests
${unit_tests_headers})
target_link_libraries(unit_tests
LINK_PRIVATE
ringct
cryptonote_core
blockchain_db
rpc