Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 19 Mar 2013 15:48:50 +0000
changeset 119 b7321b3f5858
permissions -rw-r--r--
Added makefiles to build all Xtream packages

# Hand-written 
#
# position in directory hierarchy:
TOP=../..

# subdirectories where targets are to be made:
SUBDIRS=support core terminals transforms substreams

test: $(TOP)/goodies/builder/reports
	$(MAKE) -C $(TOP)/goodies/builder/reports
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport \
		-p 'stx:goodies/xtreams/support/tests' \
		-p 'stx:goodies/xtreams/core/tests' \
		-p 'stx:goodies/xtreams/terminals/tests' \
		-p 'stx:goodies/xtreams/transforms/tests' \
		-p 'stx:goodies/xtreams/substreams/tests' \