unit test changes and also separated GPOS test suite
This commit is contained in:
parent
d6da2963dc
commit
cf3b54ece4
2 changed files with 1097 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ if(MSVC)
|
||||||
set_source_files_properties( tests/serialization_tests.cpp PROPERTIES COMPILE_FLAGS "/bigobj" )
|
set_source_files_properties( tests/serialization_tests.cpp PROPERTIES COMPILE_FLAGS "/bigobj" )
|
||||||
endif(MSVC)
|
endif(MSVC)
|
||||||
|
|
||||||
|
file(GLOB GPOS_TESTS "gpos/*.cpp")
|
||||||
|
add_executable( gpos_test ${GPOS_TESTS} ${COMMON_SOURCES} )
|
||||||
|
target_link_libraries( gpos_test graphene_chain graphene_app graphene_account_history graphene_bookie graphene_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )
|
||||||
|
|
||||||
file(GLOB PERFORMANCE_TESTS "performance/*.cpp")
|
file(GLOB PERFORMANCE_TESTS "performance/*.cpp")
|
||||||
add_executable( performance_test ${PERFORMANCE_TESTS} ${COMMON_SOURCES} )
|
add_executable( performance_test ${PERFORMANCE_TESTS} ${COMMON_SOURCES} )
|
||||||
target_link_libraries( performance_test graphene_chain graphene_app graphene_account_history graphene_bookie graphene_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )
|
target_link_libraries( performance_test graphene_chain graphene_app graphene_account_history graphene_bookie graphene_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )
|
||||||
|
|
|
||||||
1093
tests/gpos/gpos_tests.cpp
Normal file
1093
tests/gpos/gpos_tests.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue