nimbus-eth1/tests/test_tools_build.nim
jangko a0d10f5728
drop PublicNetwork enum usage and replace it with NetworkId
we cannot limit the `--networkid` switch to values available in
`PublicNetwork` enum. it should able to accept very wide range of
custom NetworkId.
2021-05-20 14:04:16 +07:00

26 lines
928 B
Nim

# nimbus
# Copyright (c) 2018 Status Research & Development GmbH
# Licensed and distributed under either of
# * MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
# * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
# at your option. This file may not be copied, modified, or distributed except according to those terms.
# this module helps CI save time
# when try to test buildability of these tools.
# They never run in the CI so it is ok to combine them
{. warning[UnusedImport]:off .}
import
../premix/premix,
../premix/persist,
../premix/debug,
../premix/dumper,
../premix/hunter,
../premix/regress,
./tracerTestGen,
./persistBlockTestGen,
../hive_integration/nodocker/consensus/extract_consensus_data,
../hive_integration/nodocker/consensus/consensus_sim,
../hive_integration/nodocker/graphql/graphql_sim