summaryrefslogtreecommitdiff
path: root/Test/snapshots/lit.local.cfg
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 21:09:37 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 21:09:37 +0100
commitacbc945043f81a964f1208f4b9c80c557e854a71 (patch)
tree81a74fe265263b50201c772d73108c61f1bbfb22 /Test/snapshots/lit.local.cfg
parenta532c196a517ffda7dbee44fab491bce06f5f18f (diff)
Enable snapshot test. This test is unusual in that it doesn't
use .bpl files in the directory directy on the command line. So instead will tell lit to look for *.snapshot files and provide one that runs the commands we want in the right directory.
Diffstat (limited to 'Test/snapshots/lit.local.cfg')
-rw-r--r--Test/snapshots/lit.local.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/snapshots/lit.local.cfg b/Test/snapshots/lit.local.cfg
new file mode 100644
index 00000000..07cb869f
--- /dev/null
+++ b/Test/snapshots/lit.local.cfg
@@ -0,0 +1,5 @@
+# This test is unusual in that we don't use the .bpl files
+# directly on the command line. So instead we'll invoke
+# files in this directory with extension '.snapshot'. There
+# will only be one for now
+config.suffixes = ['.snapshot']