Add rct core tests
This commit is contained in:
@@ -39,7 +39,8 @@ set(core_tests_sources
|
||||
ring_signature_1.cpp
|
||||
transaction_tests.cpp
|
||||
tx_validation.cpp
|
||||
v2_tests.cpp)
|
||||
v2_tests.cpp
|
||||
rct.cpp)
|
||||
|
||||
set(core_tests_headers
|
||||
block_reward.h
|
||||
@@ -54,7 +55,8 @@ set(core_tests_headers
|
||||
ring_signature_1.h
|
||||
transaction_tests.h
|
||||
tx_validation.h
|
||||
v2_tests.h)
|
||||
v2_tests.h
|
||||
rct.h)
|
||||
|
||||
add_executable(coretests
|
||||
${core_tests_sources}
|
||||
|
||||
Reference in New Issue
Block a user