comparison data/fileio/test/main.cpp @ 891:8962f80f5d8e tony_integration

Merge from default branch
author Chris Cannam
date Tue, 11 Mar 2014 17:32:31 +0000
parents eb6b6a88faed
children
comparison
equal deleted inserted replaced
890:4cbf8c6a462d 891:8962f80f5d8e
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 /* Copyright Chris Cannam - All Rights Reserved */ 2 /*
3 Sonic Visualiser
4 An audio file viewer and annotation editor.
5 Centre for Digital Music, Queen Mary, University of London.
6 This file copyright 2013 Chris Cannam.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information.
13 */
3 14
4 #include "AudioFileReaderTest.h" 15 #include "AudioFileReaderTest.h"
5 16
6 #include <QtTest> 17 #include <QtTest>
7 18