view sonic-visualiser.pro @ 1330:f2ef4a7bdf16 3.0-integration

Re-enable unit tests
author Chris Cannam
date Mon, 14 Nov 2016 14:29:10 +0000
parents 337617d1d50a
children 587c0e53ea86
line wrap: on
line source

TEMPLATE = subdirs

!win* {
    # We should build and run the tests on any platform,
    # but doing it automatically doesn't work so well from
    # within an IDE on Windows, so remove that from here
    SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
}

SUBDIRS += \
	checker \
	sub_server \
        sub_convert \
	sub_sv

sub_server.file = server.pro
sub_convert.file = convert.pro
sub_sv.file = sv.pro