aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/index.js
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-04-22 18:14:31 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-04-23 05:16:18 +0800
commit8ec8bff11c1c0ab1fef102f854ec26dbfb827126 (patch)
tree7668873708a0bc3a8ddadb7fb173876c5b158450 /tests/files/index.js
parent573bc3e05e80a8736141b4b39874fd9718089917 (diff)
downloaddexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar
dexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.gz
dexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.bz2
dexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.lz
dexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.xz
dexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.tar.zst
dexon-8ec8bff11c1c0ab1fef102f854ec26dbfb827126.zip
Update github.com/ethereum/tests files
Diffstat (limited to 'tests/files/index.js')
-rw-r--r--tests/files/index.js5
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')
}
});