diff options
author | ethers <ethereum@outlook.com> | 2014-11-18 10:59:30 +0800 |
---|---|---|
committer | ethers <ethereum@outlook.com> | 2014-11-18 10:59:30 +0800 |
commit | 76d25420e153e18c667aa4991dcacf12e8f4fb5c (patch) | |
tree | 9917c9be89401c97aa4fbf03c4702102b4651a7a | |
parent | 0be275e757744de496a80525ad8aa153def89fd3 (diff) | |
download | go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.tar go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.tar.gz go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.tar.bz2 go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.tar.lz go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.tar.xz go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.tar.zst go-tangerine-76d25420e153e18c667aa4991dcacf12e8f4fb5c.zip |
adding test
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ module.exports = { txtest: require('./BasicTests/txtest'), StateTests: { stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'), + stRecursiveCreate: require('./StateTests/stRecursiveCreate'), stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'), }, VMTests: { |