diff options
author | ethers <TODO> | 2014-11-07 06:19:59 +0800 |
---|---|---|
committer | ethers <TODO> | 2014-11-07 06:19:59 +0800 |
commit | fcba86672193d6bd19ab2104432348eff3f353f2 (patch) | |
tree | 42d5ea78da737f97b09d82112a59f736c6f4920a /index.js | |
parent | a441074ba4b057e2918735f7427841b92aa3c16e (diff) | |
download | dexon-fcba86672193d6bd19ab2104432348eff3f353f2.tar dexon-fcba86672193d6bd19ab2104432348eff3f353f2.tar.gz dexon-fcba86672193d6bd19ab2104432348eff3f353f2.tar.bz2 dexon-fcba86672193d6bd19ab2104432348eff3f353f2.tar.lz dexon-fcba86672193d6bd19ab2104432348eff3f353f2.tar.xz dexon-fcba86672193d6bd19ab2104432348eff3f353f2.tar.zst dexon-fcba86672193d6bd19ab2104432348eff3f353f2.zip |
add StateTests
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ module.exports = { 201410211705: require('./randomTests/201410211705'), 201410211708: require('./randomTests/201410211708') }, + StateTests: { + stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'), + stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'), + }, VMTests: { vmArithmeticTest: require('./VMTests/vmArithmeticTest'), vmBitwiseLogicOperationTest: require('./VMTests/vmBitwiseLogicOperationTest'), |