Make.proto
changeset 119 b7321b3f5858
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Make.proto	Tue Mar 19 15:48:50 2013 +0000
@@ -0,0 +1,16 @@
+# 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' \
\ No newline at end of file