aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/Tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/Tests.pro')
-rw-r--r--SQLiteStudio3/Tests/Tests.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/Tests.pro b/SQLiteStudio3/Tests/Tests.pro
new file mode 100644
index 0000000..60ade33
--- /dev/null
+++ b/SQLiteStudio3/Tests/Tests.pro
@@ -0,0 +1,31 @@
+TEMPLATE = subdirs
+
+test_utils.subdir = TestUtils
+
+completion_helper.subdir = CompletionHelperTest
+completion_helper.depends = test_utils
+
+select_resolver.subdir = SelectResolverTest
+select_resolver.depends = test_utils
+
+parser.subdir = ParserTest
+parser.depends = test_utils
+
+table_modifier.subdir = TableModifierTest
+table_modifier.depends = test_utils
+
+hash_tables.subdir = HashTablesTest
+hash_tables.depends = test_utils
+
+db_ver_conv.subdir = DbVersionConverterTest
+db_ver_conv.depends = test_utils
+
+SUBDIRS += \
+ test_utils \
+ completion_helper \
+ select_resolver \
+ parser \
+ table_modifier \
+ hash_tables \
+ db_ver_conv \
+ DsvFormatsTest