diff options
Diffstat (limited to 'utils/lit/ExampleTests/ShExternal/lit.local.cfg')
-rw-r--r-- | utils/lit/ExampleTests/ShExternal/lit.local.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/lit/ExampleTests/ShExternal/lit.local.cfg b/utils/lit/ExampleTests/ShExternal/lit.local.cfg new file mode 100644 index 0000000..1061da6 --- /dev/null +++ b/utils/lit/ExampleTests/ShExternal/lit.local.cfg @@ -0,0 +1,6 @@ +# -*- Python -*- + +config.test_format = lit.formats.ShTest(execute_external = True) + +config.suffixes = ['.c'] + |