Files
fwbuilder/fwbuilder3.pro
T

22 lines
402 B
Prolog

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