unit test changes and also separated GPOS test suite

This commit is contained in:
pbattu123 2019-10-23 23:13:23 -03:00
parent d6da2963dc
commit cf3b54ece4
2 changed files with 1097 additions and 0 deletions

View file

@ -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

File diff suppressed because it is too large Load diff