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