summaryrefslogtreecommitdiffstats
path: root/libcommuni/tests/tests.pro
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2014-10-06 15:03:54 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2014-10-06 15:03:54 +0200
commit529f38bd8878b6b1bea2b5457031ce936aab8d80 (patch)
tree1193caefcad12f6a36f818048e4547e60add4398 /libcommuni/tests/tests.pro
parent3b58b5536935adff242928ed9f30e1c0262fbd7c (diff)
downloadmanager-529f38bd8878b6b1bea2b5457031ce936aab8d80.tar.gz
manager-529f38bd8878b6b1bea2b5457031ce936aab8d80.zip
addedd communi
Diffstat (limited to 'libcommuni/tests/tests.pro')
-rw-r--r--libcommuni/tests/tests.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/libcommuni/tests/tests.pro b/libcommuni/tests/tests.pro
new file mode 100644
index 0000000..bbe5635
--- /dev/null
+++ b/libcommuni/tests/tests.pro
@@ -0,0 +1,18 @@
+######################################################################
+# Communi
+######################################################################
+
+TEMPLATE = subdirs
+SUBDIRS += auto
+!no_benchmarks:SUBDIRS += benchmarks
+
+mac {
+ # TODO: install_name_tool?
+ check.commands += cd auto &&
+ check.commands += DYLD_FRAMEWORK_PATH=$$OUT_PWD/../lib $(MAKE) check
+ !no_benchmarks {
+ check.commands += && cd ../benchmarks &&
+ check.commands += DYLD_FRAMEWORK_PATH=$$OUT_PWD/../lib $(MAKE) check
+ }
+ QMAKE_EXTRA_TARGETS += check
+}