Skip to content

Commit

Permalink
Do not ignore stEWASMTests directory in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Dec 5, 2018
1 parent cdcbc88 commit cb53024
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ETHEREUM_TEST_PATH=$(CURDIR)
export ETHEREUM_TEST_PATH

# TODO: stop stripping out stEWASMTests from gs_tests
tx_tests:=$(wildcard TransactionTests/*)
gs_tests:=$(filter-out %stEWASMTests, $(wildcard GeneralStateTests/*))
gs_tests:=$(wildcard GeneralStateTests/*)
bc_tests:=$(wildcard BlockchainTests/*)
vm_tests:=$(wildcard VMTests/*)
all_tests:=$(gs_tests) $(bc_tests) $(vm_tests)
Expand Down

0 comments on commit cb53024

Please sign in to comment.