nimbus-eth1/tests/all_tests.nim

40 lines
997 B
Nim
Raw Normal View History

# Nimbus
# Copyright (c) 2018-2025 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
# at your option. This file may not be copied, modified, or distributed except according to those terms.
{.warning[UnusedImport]: off.}
2019-09-21 12:45:23 +07:00
import
./[
test_aristo,
test_blockchain_json,
test_configuration,
test_coredb,
test_difficulty,
test_engine_api,
test_evm_support,
test_filters,
test_forked_chain,
test_forkid,
test_generalstate_json,
test_genesis,
test_getproof_json,
test_jwt_auth,
test_ledger,
test_multi_keys,
test_op_arith,
test_op_bit,
test_op_custom,
test_op_env,
test_op_memory,
test_op_misc,
test_precompiles,
test_rpc,
test_tracer_json,
test_transaction_json,
test_txpool,
]