aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/index.js
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-08-31 22:45:00 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-08-31 22:45:00 +0800
commitfe8093b71f68614af8f542c7b829f56a28db7914 (patch)
tree3b38acaf40e5addaede3d453616ba26ee9c379b3 /tests/files/index.js
parent9dc23ce284944d68ffc64cc4fb6f5d293a179fa0 (diff)
downloadgo-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar
go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.gz
go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.bz2
go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.lz
go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.xz
go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.tar.zst
go-tangerine-fe8093b71f68614af8f542c7b829f56a28db7914.zip
Add TestBcForkUncleTests and update JSON files
Diffstat (limited to 'tests/files/index.js')
-rwxr-xr-xtests/files/index.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/files/index.js b/tests/files/index.js
deleted file mode 100755
index 0427fe759..000000000
--- a/tests/files/index.js
+++ /dev/null
@@ -1,25 +0,0 @@
-var tests = module.exports = {};
-
-Object.defineProperties(tests, {
- blockchainTests: {
- get: require('require-all').bind(this, __dirname + '/BlockchainTests')
- },
- basicTests: {
- get: require('require-all').bind(this, __dirname + '/BasicTests/')
- },
- trieTests: {
- get: require('require-all').bind(this, __dirname + '/TrieTests/')
- },
- 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')
- },
- powTests: {
- get: require('require-all').bind(this, __dirname + '/PoWTests')
- }
-});