diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-17 21:13:24 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-17 21:13:24 +0800 |
commit | 5da82077d1bd556a562568fe25c55996d0cdfb1c (patch) | |
tree | 19b70124c9187412385da13a5f5b72a114509522 /tests/init.go | |
parent | a75b95b87612691a3e8f709e8c5739a2e7ac8b76 (diff) | |
download | dexon-5da82077d1bd556a562568fe25c55996d0cdfb1c.tar.gz dexon-5da82077d1bd556a562568fe25c55996d0cdfb1c.tar.zst dexon-5da82077d1bd556a562568fe25c55996d0cdfb1c.zip |
cmd/ethtest, tests: add support for RLP JSON tests
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init.go b/tests/init.go index f149c11f1..30cff6f21 100644 --- a/tests/init.go +++ b/tests/init.go @@ -35,6 +35,7 @@ var ( stateTestDir = filepath.Join(baseDir, "StateTests") transactionTestDir = filepath.Join(baseDir, "TransactionTests") vmTestDir = filepath.Join(baseDir, "VMTests") + rlpTestDir = filepath.Join(baseDir, "RLPTests") BlockSkipTests = []string{ // These tests are not valid, as they are out of scope for RLP and |