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

This commit is contained in:
Felix Lange
2015-07-17 15:13:24 +02:00
committed by Jeffrey Wilcke
parent b1a219b0ec
commit a83fdd0046
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