File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ tx_tests:=$(wildcard TransactionTests/*)
6
6
gs_tests: =$(filter-out % stEWASMTests, $(wildcard GeneralStateTests/* ) )
7
7
bc_tests: =$(wildcard BlockchainTests/* )
8
8
vm_tests: =$(wildcard VMTests/* )
9
+ gen_tests: =$(wildcard GenesisTests/* )
9
10
10
11
tx_fillers: =$(wildcard src/TransactionTestsFiller/* )
11
12
gs_fillers: =$(wildcard src/GeneralStateTestsFiller/* )
@@ -35,10 +36,9 @@ sani-tx: $(tx_tests:=.filled)
35
36
# TODO: enable $(bc_tests:=.format) $(bc_fillers:=.format) $(bc_tests:=.filled)
36
37
sani-bc : $(bc_tests:=.valid ) $(bc_fillers:=.valid )
37
38
38
- # TODO: enable $(gen_tests:=.format) $(gen_tests:=.valid) $(gen_tests:=.filled)
39
- sani-gen : $(gen_fillers:=.format ) \
40
- $(gen_fillers: =.valid) \
41
- $(gen_fillers:=.filled )
39
+ # TODO: enable $(gen_tests:=.filled)
40
+ sani-gen : $(gen_tests:=.format ) $(gen_fillers:=.format ) \
41
+ $(gen_tests: =.valid) $(gen_fillers:=.valid )
42
42
43
43
% .format :
44
44
python3 test.py format ./$*
You can’t perform that action at this time.
0 commit comments