aboutsummaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
new file mode 100644
index 00000000..71928a43
--- /dev/null
+++ b/test/lit.cfg
@@ -0,0 +1,4 @@
+import lit.formats
+
+config.test_format = lit.formats.ShTest()
+config.suffixes = ['.fir']