1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 10:17:16 +01:00
fwbuilder/fwbuilder3.pro
2010-02-28 17:21:28 +00:00

24 lines
430 B
Makefile

#-*- mode: makefile; tab-width: 4; -*-
#
TEMPLATE = subdirs
SUBDIRS = src doc
DOLLAR = $
build_tests.commands = ./unit_tests.sh make build
build_tests.depends = all
run_tests.commands = ./unit_tests.sh make run
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