Skip to content

Commit

Permalink
Merge pull request #187 from AntelopeIO/wasm_config_tests_both_modes
Browse files Browse the repository at this point in the history
Update wasm_config_tests to run in both Legacy and Savanna
  • Loading branch information
linh2931 authored May 23, 2024
2 parents 60e9e05 + 7032ae6 commit c3a1e97
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 266 deletions.
2 changes: 2 additions & 0 deletions unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ foreach(RUNTIME ${EOSIO_WASM_RUNTIMES})
set_tests_properties(api_unit_test_${RUNTIME} PROPERTIES COST 5000)
set_tests_properties(wasm_part1_unit_test_${RUNTIME} PROPERTIES COST 4000)
set_tests_properties(wasm_part2_unit_test_${RUNTIME} PROPERTIES COST 4000)
set_tests_properties(wasm_config_part1_unit_test_${RUNTIME} PROPERTIES COST 4000)
set_tests_properties(wasm_config_part2_unit_test_${RUNTIME} PROPERTIES COST 4000)
set_tests_properties(delay_unit_test_${RUNTIME} PROPERTIES COST 3000)
endforeach()

Expand Down
Loading

0 comments on commit c3a1e97

Please sign in to comment.