mirror of https://github.com/abinit/abinit.git
21 lines
443 B
Python
Executable File
21 lines
443 B
Python
Executable File
"""Global variables associated to the test suite."""
|
|
|
|
#: List of CPP variables that should be defined in config.h in order to enable this suite.
|
|
need_cpp_vars = [
|
|
]
|
|
|
|
#: List of keywords that are automatically added to all the tests of this suite.
|
|
keywords = [
|
|
]
|
|
|
|
#: List of input files
|
|
inp_files = [
|
|
"testin_fast.abi",
|
|
"testin_v1.abi",
|
|
"testin_v5.abi",
|
|
"testin_bigdft.abi",
|
|
"testin_etsf_io.abi",
|
|
"testin_libxc.abi",
|
|
"testin_wannier90.abi",
|
|
]
|