aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qt-keywords/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qt-keywords/config.json')
-rw-r--r--tests/qt-keywords/config.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/qt-keywords/config.json b/tests/qt-keywords/config.json
new file mode 100644
index 00000000..acdbadf4
--- /dev/null
+++ b/tests/qt-keywords/config.json
@@ -0,0 +1,14 @@
+{
+ "tests" : [
+ {
+ "filename" : "main.cpp"
+ },
+ {
+ "filename" : "main.cpp_fixed.cpp",
+ "isFixedFile" : true
+ },
+ {
+ "filename" : "no_keywords.cpp"
+ }
+ ]
+}