1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 03:37:15 +01:00
fwbuilder/fwbuilder3.pro
Roman Bovsunivskiy ae1e479fa4 make test targets
2010-02-28 19:06:57 +00:00

24 lines
442 B
Makefile

#-*- 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
testclean.commands = /usr/bin/env python testclean.py
tests.depends = run_tests
clean_tests.depends = testclean
QMAKE_EXTRA_TARGETS += build_tests run_tests clean_tests tests testclean