nimbus-eth1/tests/all_tests.nim

58 lines
2.3 KiB
Nim
Raw Normal View History

# Nimbus
# Copyright (c) 2018-2024 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.
import ./all_tests_macro
2019-09-21 05:45:23 +00:00
2020-07-21 06:15:06 +00:00
{. warning[UnusedImport]:off .}
2019-09-21 05:45:23 +00:00
cliBuilder:
import ./test_code_stream,
#./test_accounts_cache, -- does not compile
#./test_sync_snap, -- temporarily suspended
#./test_rocksdb_timing, -- probably redundant
./test_jwt_auth,
./test_gas_meter,
./test_memory,
./test_stack,
./test_genesis,
/test_precompiles,
#./test_generalstate_json, -- fails
./test_tracer_json,
#./test_persistblock_json, -- fails
#./test_rpc, -- fails
./test_filters,
./test_op_arith,
./test_op_bit,
./test_op_env,
./test_op_memory,
./test_op_misc,
./test_op_custom,
#./test_state_db, -- does not compile
./test_difficulty,
./test_transaction_json,
#./test_blockchain_json, -- fails
./test_forkid,
#../stateless/test_witness_keys, -- fails
#../stateless/test_block_witness, -- fails
#../stateless/test_witness_json, -- fails
#../stateless/test_witness_verification, -- fails
2021-04-24 04:01:56 +00:00
./test_misc,
#./test_graphql, -- fails
./test_pow,
./test_configuration,
./test_keyed_queue_rlp,
#./test_txpool, -- fails
#./test_merge, -- fails
./test_eip4844,
./test_beacon/test_skeleton,
/test_overflow,
#./test_getproof_json, -- fails
#./test_rpc_experimental_json, -- fails
#./test_persistblock_witness_json -- fails
./test_aristo,
./test_coredb