diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2014-07-12 23:39:35 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-08-02 17:11:08 +1200 |
commit | edf9f56f74dbbd6cc4265271fbb999b945faf4fd (patch) | |
tree | f539f1487cbbdca618de0f9af79caf95612538a3 /Makefile.in | |
parent | ec6660592f8890dff33ed6d23bd1f96b52917d4d (diff) |
[tests] add test for TagLoaderTagLib::SplitMBID
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index cc0b40c1ca..433d5baa66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -291,6 +291,7 @@ GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a CHECK_DIRS = xbmc/addons/test \ xbmc/filesystem/test \ + xbmc/music/tags/test \ xbmc/utils/test \ xbmc/video/test \ xbmc/threads/test \ @@ -299,6 +300,7 @@ CHECK_DIRS = xbmc/addons/test \ xbmc/test CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/filesystem/test/filesystemTest.a \ + xbmc/music/tags/test/tagsTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/video/test/videoTest.a \ xbmc/threads/test/threadTest.a \ |