File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,10 @@ bchain_tests=$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/*
242242slow_bchain_tests =$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stQuadraticComplexityTest/* .json) \
243243 $(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Call50000* .json) \
244244 $(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Return50000* .json) \
245- $(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Call1MB1024Calldepth_d1g0v0.json)
246- # $(wildcard tests/BlockchainTests/GeneralStateTests/*/*/*_Constantinople.json)
245+ $(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Call1MB1024Calldepth_d1g0v0.json) \
246+ tests/ethereum-tests/BlockchainTests/GeneralStateTests/stRandom/randomStatetest177_d0g0v0.json \
247+ tests/ethereum-tests/BlockchainTests/GeneralStateTests/stSpecialTest/JUMPDEST_Attack_d0g0v0.json \
248+ tests/ethereum-tests/BlockchainTests/GeneralStateTests/stSpecialTest/JUMPDEST_AttackwithJump_d0g0v0.json
247249quick_bchain_tests =$(filter-out $(slow_bchain_tests ) , $(bchain_tests ) )
248250
249251test-all-bchain : $(bchain_tests:=.test )
You can’t perform that action at this time.
0 commit comments