Added one consistent building and testing system
[mdictionary] / trunk / tests / tests.pro
diff --git a/trunk/tests/tests.pro b/trunk/tests/tests.pro
new file mode 100644 (file)
index 0000000..ea018f0
--- /dev/null
@@ -0,0 +1,7 @@
+TEMPLATE=subdirs
+SUBDIRS = mDictionaryTests
+
+check.target = check
+check.CONFIG = recursive
+check.recurse = mDictionaryTests
+QMAKE_EXTRA_TARGETS += check