view sonic-annotator.pro @ 261:af8f6370c7a9 piper-nopiper

Update test fixtures for numerous off-by-one-nanosecond errors fixed recently in RealTime
author Chris Cannam
date Tue, 22 Nov 2016 11:57:21 +0000
parents 382f33b7f00e
children d7bbc5b03619
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 += \
	sub_test_svcore_base \
        sub_test_svcore_data_fileio
}

SUBDIRS += sub_runner

sub_test_svcore_base.file = test-svcore-base.pro
sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro

sub_runner.file = runner.pro