File: tests.pro

package info (click to toggle)
libcommuni 3.7.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,452 kB
  • sloc: cpp: 18,969; sh: 298; ansic: 139; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}