File: qoauth.pro

package info (click to toggle)
qoauth 2.0.1~1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: cpp: 1,619; ansic: 11; sh: 10; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

SUBDIRS += src tests

CONFIG += ordered

check.target = check
check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface || echo "WARNING: ft_interface test failed. This may be due to lack of internet connectivity" 1>&2 )
check.depends = sub-tests
QMAKE_EXTRA_TARGETS += check