abinit/tests/bigdft/__init__.py

42 lines
616 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 = [
"HAVE_BIGDFT"
]
#: List of keywords that are automatically added to all the tests of this suite.
keywords = [
"WVL"
]
#: List of input files
inp_files = [
"t00.abi",
"t01.abi",
"t02.abi",
"t03.abi",
"t04.abi",
"t05.abi",
"t06.abi",
"t07.abi",
"t09.abi",
"t10.abi",
"t11.abi",
"t12.abi",
"t14.abi",
#"t16.abi",
#"t17.abi",
#"t18.abi",
"t20.abi",
"t21.abi",
"t22.abi",
"t23.abi",
"t31.abi",
"t32.abi",
"-t33.abi",
"-t34.abi",
"-t35.abi",
"-t36.abi",
]