Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ethereum/tests into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CJentzsch committed Nov 10, 2014
2 parents 6092484 + fcba866 commit a0fa91b
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 a0fa91b

Please sign in to comment.