Mercurial > hg > sonic-annotator
annotate sonic-annotator.pro @ 120:dcecd6997214 test-reorg
Abandon if we fail to add a transform; don't continue with the remaining transforms (that's very confusing behaviour)
author | Chris Cannam |
---|---|
date | Wed, 08 Oct 2014 15:26:48 +0100 |
parents | 318e2f177ed5 |
children | 382f33b7f00e |
rev | line source |
---|---|
Chris@69 | 1 TEMPLATE = subdirs |
Chris@86 | 2 SUBDIRS = sub_dataquay svcore sub_runner |
Chris@86 | 3 |
Chris@86 | 4 !win* { |
Chris@86 | 5 # We should build and run the tests on any platform, |
Chris@86 | 6 # but doing it automatically doesn't work so well from |
Chris@86 | 7 # within an IDE on Windows, so remove that from here |
Chris@86 | 8 SUBDIRS += svcore/data/fileio/test |
Chris@86 | 9 } |
Chris@78 | 10 |
Chris@78 | 11 sub_dataquay.file = dataquay/lib.pro |
Chris@69 | 12 |
Chris@69 | 13 sub_runner.file = runner.pro |
Chris@69 | 14 sub_runner.depends = svcore |