summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-08-12Add new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-12Finish dgxmlparser and unit-test.Bent Bisballe Nyeng
2018-08-12Fix unit-test compilation.Bent Bisballe Nyeng
2018-08-12Add missing include path.Bent Bisballe Nyeng
2018-08-12Add drumkitparser test to dgxmlparser test.Bent Bisballe Nyeng
2018-08-12DGXMLParser test for instruments.Bent Bisballe Nyeng
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-08-05Fix audiocache unit-test.Bent Bisballe Nyeng
2018-08-05Add support for partial buffers in cache and rendering engine - fixes ↵Bent Bisballe Nyeng
dropouts on framesize changes for example when looping.
2018-08-01Remove the last references to hardcoded 44k1Hz samplerate.Bent Bisballe Nyeng
2018-07-21Add missing headerfiles to EXTRA_DIST.Bent Bisballe Nyeng
2018-06-17Sanitize strings in the xml output.Bent Bisballe Nyeng
2018-06-16Make directory handling cross-platform in unit-tests.Bent Bisballe Nyeng
2018-06-16Add missin sndfile cflags wherever needed.Bent Bisballe Nyeng
2018-06-16Rename name-clashing round function.Bent Bisballe Nyeng
2018-06-16Use empsilon comparison for doubles.Bent Bisballe Nyeng
2018-06-16Clarify samplerate types in resampler unit-test.Bent Bisballe Nyeng
2018-06-16Port the rest of the unittests to DGUnit and remove the CppUnit dependency.Bent Bisballe Nyeng
2018-06-16Experimentally port drumkitparsertest to DGUnit.Bent Bisballe Nyeng
2018-06-16Add DGUnit header only unit-test framework.Bent Bisballe Nyeng
2018-06-09Add crude drumkitparser unit-test.Bent Bisballe Nyeng
2018-06-08Fix font resource path.Bent Bisballe Nyeng
2018-06-08Fix instrumentparser test.Bent Bisballe Nyeng
2018-06-06Added unit-test for InstrumentParser.Bent Bisballe Nyeng
2018-02-18Added plugin store/restore of latency filter settings, added the missing ↵Bent Bisballe Nyeng
settings to the lv2 unittest and added the missing SettingsGetter and SettingsNotifier parts.
2017-10-14Remove use of MemChecker as we don't need it anymore (due to diskstreaming) ↵Bent Bisballe Nyeng
and because some build systems are responding to it with sporadic failures. Thanks to James Cowgill for pointing this out.
2017-10-14Remove atomic POD tests for datatypes bigger than machine size (Thanks to ↵Bent Bisballe Nyeng
James Cowgill for pointing this out).
2017-07-15Ensure that the Notifier call order is the same as the connection order.Bent Bisballe Nyeng
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-05-06Get rid of platform dependent usleep/SleepEx.Bent Bisballe Nyeng
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-04-23Fix dist target.Bent Bisballe Nyeng
2017-04-20Fix unittest broken by last commit.Bent Bisballe Nyeng
2017-04-15Fix audio cache test - missing updateChunkSize call before processing.Bent Bisballe Nyeng
2017-04-01Update underrun counter directly in AudioCache.Bent Bisballe Nyeng
2017-03-23Use cache limit for preloading. Add re-load support through reload counter. ↵Bent Bisballe Nyeng
Refactor AudioFile.
2017-03-07Test diskstreaming CLIGoran Mekić
2017-02-12Fix painter test.Bent Bisballe Nyeng
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2017-02-05Compile plugingui as a library.Bent Bisballe Nyeng
2017-01-18Add --with-lv2dir to configure and make sure we install the plugin at that ↵Bent Bisballe Nyeng
location and run the unittest against it.
2017-01-17Make DrumkitCreator clean up the created files in the destructor.André Nusser
2017-01-16Add back test/kit as it is still used by Jenkins tests.André Nusser
2017-01-15Make all the tests use the drumkit_creator functions.André Nusser
2017-01-15Add new drumkit_creator functions.André Nusser
2016-12-16Increase threshold in semaphore test for timedwait in order to have it ↵Bent Bisballe Nyeng
succeed on FreeBSD.
2016-12-10Fix warnings reported by clang.Bent Bisballe Nyeng
2016-12-10Check for -ffloat-store before using it in dgreftest.Bent Bisballe Nyeng
2016-12-08Revert: 'Be verbose about the sem_wait timeout.'Bent Bisballe Nyeng