diff options
author | Memphiz <memphis@machzwo.de> | 2014-06-23 02:10:09 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-06-23 10:26:07 +0200 |
commit | 9bdd879b3d04fc142b035172673cf07d1b017a9e (patch) | |
tree | 5ba70113717cb7c5c385990614404e855ed32d8e /Makefile.in | |
parent | 785e7079908579cd1f711c9e89ef7ea9710c1183 (diff) |
[osx/tests]- add unit tests for scorestream of AESinkDARWINOSX
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 864292257a..2087dad0c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -300,6 +300,7 @@ CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/threads/test/threadTest.a \ xbmc/interfaces/python/test/pythonSwigTest.a \ + xbmc/cores/AudioEngine/Sinks/test/AESinkTest.a \ xbmc/test/xbmc-test.a ifeq (@USE_WAYLAND@,1) |