File: fwbuilder3.pro

package info (click to toggle)
fwbuilder 5.3.7-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,112 kB
  • sloc: cpp: 193,089; sh: 71,239; ansic: 4,343; xml: 3,963; python: 83; makefile: 76; perl: 49
file content (21 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-*- mode: makefile; tab-width: 4; -*-
#

TEMPLATE = subdirs

SUBDIRS = src doc

DOLLAR = $

build_tests.commands = ./unit_tests.sh make build_tests
build_tests.depends = all

run_tests.commands =  ./unit_tests.sh make run_tests
run_tests.depends = all

tests.depends = run_tests

clean_tests.commands = ./unit_tests.sh make clean_tests

QMAKE_EXTRA_TARGETS += build_tests run_tests clean_tests tests