diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-10-14 14:09:05 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-10-14 14:09:05 +0200 |
commit | 1ec558fa5875d4827a246ccfe0ec8de84d5c5076 (patch) | |
tree | ce02e30c62cce6b40fb36df4434e18dde8e3a3bf /test/Makefile.am | |
parent | aab40a86534b57fae7c309b992d7a11932433a6f (diff) |
Remove use of MemChecker as we don't need it anymore (due to diskstreaming) and because some build systems are responding to it with sporadic failures. Thanks to James Cowgill for pointing this out.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 871b3b4..f72e694 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,7 +5,7 @@ if ENABLE_TESTS TESTS = resource enginetest paintertest resampler configfile audiocache \ audiocachefile audiocacheidmanager audiocacheeventhandler \ - memchecker randomtest atomictest syncedsettingstest imagecachetest \ + randomtest atomictest syncedsettingstest imagecachetest \ semaphoretest drumkitcreatortest bytesizeparsertest notifiertest if ENABLE_LV2 |