2020-10-20 15:35:47 +07:00
|
|
|
# nim-confutils
|
2022-03-23 12:30:29 +00:00
|
|
|
# Copyright (c) 2020-2022 Status Research & Development GmbH
|
2020-10-20 15:35:47 +07: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
|
2021-11-30 14:35:18 +07:00
|
|
|
test_ignore,
|
2020-10-22 14:18:08 +07:00
|
|
|
test_config_file,
|
2022-03-11 14:28:28 +01:00
|
|
|
test_envvar,
|
2022-03-23 12:30:29 +00:00
|
|
|
test_parsecmdarg,
|
2022-05-10 11:58:13 +07:00
|
|
|
test_pragma,
|
|
|
|
test_qualified_ident
|
2020-10-31 17:44:03 +07:00
|
|
|
|
|
|
|
when defined(windows):
|
|
|
|
import test_winreg
|