mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
add special tests
This commit is contained in:
parent
90f4f942e6
commit
8e69fbfa98
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -10,6 +10,7 @@ module.exports = {
|
||||||
StateTests: {
|
StateTests: {
|
||||||
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
|
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
|
||||||
stRecursiveCreate: require('./StateTests/stRecursiveCreate'),
|
stRecursiveCreate: require('./StateTests/stRecursiveCreate'),
|
||||||
|
stSpecial: require('./StateTests/stSpecialTest'),
|
||||||
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
|
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
|
||||||
},
|
},
|
||||||
VMTests: {
|
VMTests: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue