diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-04-22 18:14:31 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-04-23 05:16:18 +0800 |
commit | 8ec8bff11c1c0ab1fef102f854ec26dbfb827126 (patch) | |
tree | 7668873708a0bc3a8ddadb7fb173876c5b158450 /tests/files/index.js | |
parent | 573bc3e05e80a8736141b4b39874fd9718089917 (diff) | |
download | go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.gz go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.bz2 go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.lz go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.xz go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.zst go-tangerine-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.zip |
Update github.com/ethereum/tests files
Diffstat (limited to 'tests/files/index.js')
-rw-r--r-- | tests/files/index.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/files/index.js b/tests/files/index.js index 732cb7b26..0427fe759 100644 --- a/tests/files/index.js +++ b/tests/files/index.js @@ -13,10 +13,13 @@ Object.defineProperties(tests, { stateTests: { get: require('require-all').bind(this, __dirname + '/StateTests/') }, - transactionTests:{ + transactionTests: { get: require('require-all').bind(this, __dirname + '/TransactionTests/') }, vmTests: { get: require('require-all').bind(this, __dirname + '/VMTests') + }, + powTests: { + get: require('require-all').bind(this, __dirname + '/PoWTests') } }); |