diff options
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ module.exports = { vmBlockInfoTest: require('./VMTests/vmBlockInfoTest'), vmEnvironmentalInfoTest: require('./VMTests/vmEnvironmentalInfoTest'), vmIOandFlowOperationsTest: require('./VMTests/vmIOandFlowOperationsTest'), + vmLogTest: require('./VMTests/vmLogTest'), vmPushDupSwapTest: require('./VMTests/vmPushDupSwapTest'), vmSha3Test: require('./VMTests/vmSha3Test'), vmtests: require('./VMTests/vmtests'), |