Mercurial > hg > svcore
comparison data/model/test/svcore-data-model-test.cpp @ 1392:667e369cfeab
LogRange tests
author | Chris Cannam |
---|---|
date | Tue, 28 Feb 2017 11:21:49 +0000 |
parents | 24c0d4c5356e |
children | 87ae75da6527 |
comparison
equal
deleted
inserted
replaced
1391:2c0e04062a99 | 1392:667e369cfeab |
---|---|
22 int main(int argc, char *argv[]) | 22 int main(int argc, char *argv[]) |
23 { | 23 { |
24 int good = 0, bad = 0; | 24 int good = 0, bad = 0; |
25 | 25 |
26 QCoreApplication app(argc, argv); | 26 QCoreApplication app(argc, argv); |
27 app.setOrganizationName("Sonic Visualiser"); | 27 app.setOrganizationName("sonic-visualiser"); |
28 app.setApplicationName("test-model"); | 28 app.setApplicationName("test-model"); |
29 | 29 |
30 { | 30 { |
31 TestFFTModel t; | 31 TestFFTModel t; |
32 if (QTest::qExec(&t, argc, argv) == 0) ++good; | 32 if (QTest::qExec(&t, argc, argv) == 0) ++good; |