nim-raft/tests/all_tests.nim

17 lines
490 B
Nim
Raw Normal View History

# nim-raft
# Copyright (c) 2023 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
# at your option.
# This file may not be copied, modified, or distributed except according to
# those terms.
2023-08-31 14:05:41 +00:00
2023-08-31 20:52:52 +00:00
import ../misc/test_macro
2023-08-31 14:05:41 +00:00
2023-08-31 20:52:52 +00:00
{. warning[UnusedImport]:off .}
2023-08-31 14:05:41 +00:00
cliBuilder:
2023-08-31 22:42:18 +00:00
import ./test_basic_timers,
2023-08-31 20:52:52 +00:00
./test_basic_state_machine,
2023-08-31 22:42:18 +00:00
./test_basic_cluster