diff options
author | Martin Holst Swende <martin@swende.se> | 2017-09-27 21:30:41 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-09-27 21:30:41 +0800 |
commit | a660685746db17a41cd67b05c614cdb29e49340c (patch) | |
tree | 908537ef6d13b575ab5e14b644256f39f3a49b71 /tests/init_test.go | |
parent | 2ab2a9f13116748ca343892f851e3632861c994e (diff) | |
download | dexon-a660685746db17a41cd67b05c614cdb29e49340c.tar.gz dexon-a660685746db17a41cd67b05c614cdb29e49340c.tar.zst dexon-a660685746db17a41cd67b05c614cdb29e49340c.zip |
tests: add ethash difficulty tests (#15191)
Diffstat (limited to 'tests/init_test.go')
-rw-r--r-- | tests/init_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init_test.go b/tests/init_test.go index 0adbb533d..ebb0d32c3 100644 --- a/tests/init_test.go +++ b/tests/init_test.go @@ -39,6 +39,7 @@ var ( transactionTestDir = filepath.Join(baseDir, "TransactionTests") vmTestDir = filepath.Join(baseDir, "VMTests") rlpTestDir = filepath.Join(baseDir, "RLPTests") + difficultyTestDir = filepath.Join(baseDir, "BasicTests") ) func readJson(reader io.Reader, value interface{}) error { |