cmd/ethtest, tests: add support for RLP JSON tests

This commit is contained in:
Felix Lange
2015-07-17 15:13:24 +02:00
parent a75b95b876
commit 5da82077d1
4 changed files with 180 additions and 1 deletions

View File

@ -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