mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add rct core tests
This commit is contained in:
parent
ada527558f
commit
106e3dc3d4
7 changed files with 764 additions and 10 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue