5 lines
145 B
INI
5 lines
145 B
INI
import lit.formats
|
|
|
|
config.name = "shtest-pushd-popd"
|
|
config.suffixes = [".txt"]
|
|
config.test_format = lit.formats.ShTest(execute_external=False)
|