aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorwanderer <mjbecze@gmail.com>2015-02-11 03:38:48 +0800
committerwanderer <mjbecze@gmail.com>2015-02-11 03:38:48 +0800
commitd1a31850ce5f8893c2d1d77a68e7635af199233a (patch)
tree392ed0a80b454740064efb0e3f586ecb97298ae3 /index.js
parentcf002a461167847647e91f0be0c6c0df6867a937 (diff)
downloadgo-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.tar
go-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.tar.gz
go-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.tar.bz2
go-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.tar.lz
go-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.tar.xz
go-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.tar.zst
go-tangerine-d1a31850ce5f8893c2d1d77a68e7635af199233a.zip
added transaction tests to index.js
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
index 47acfdbfb..732cb7b26 100644
--- a/index.js
+++ b/index.js
@@ -13,6 +13,9 @@ Object.defineProperties(tests, {
stateTests: {
get: require('require-all').bind(this, __dirname + '/StateTests/')
},
+ transactionTests:{
+ get: require('require-all').bind(this, __dirname + '/TransactionTests/')
+ },
vmTests: {
get: require('require-all').bind(this, __dirname + '/VMTests')
}