diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2014-07-01 21:21:50 +0200 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2014-07-01 21:21:50 +0200 |
commit | ffbf3383930496cd3a3bef6e666f64d5af997dfa (patch) | |
tree | cfe8a0286706467df05ea6347cdb1c437bd44c12 /Makefile.in | |
parent | a13275aa5fb978af1005757771b8e2de525f8b7e (diff) |
add tests for EnumerateEpisodeItem
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 864292257a..504b91dfce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -292,12 +292,14 @@ GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a CHECK_DIRS = xbmc/addons/test \ xbmc/filesystem/test \ xbmc/utils/test \ + xbmc/video/test \ xbmc/threads/test \ xbmc/interfaces/python/test \ xbmc/test CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/filesystem/test/filesystemTest.a \ xbmc/utils/test/utilsTest.a \ + xbmc/video/test/videoTest.a \ xbmc/threads/test/threadTest.a \ xbmc/interfaces/python/test/pythonSwigTest.a \ xbmc/test/xbmc-test.a |