Skip to content

Commit

Permalink
add StateTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethers authored and ethers committed Nov 6, 2014
1 parent a441074 commit fcba866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit fcba866

Please sign in to comment.