nim-confutils/tests/test_all.nim

20 lines
619 B
Nim
Raw Normal View History

2020-10-20 08:35:47 +00:00
# nim-confutils
# Copyright (c) 2020-2022 Status Research & Development GmbH
2020-10-20 08:35:47 +00:00
# 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.
{. warning[UnusedImport]:off .}
import
test_ignore,
2020-10-22 07:18:08 +00:00
test_config_file,
test_envvar,
test_parsecmdarg,
test_pragma,
test_qualified_ident
2020-10-31 10:44:03 +00:00
when defined(windows):
import test_winreg