aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2014-04-27 11:48:55 +1200
committerJonathan Marshall <jmarshall@xbmc.org>2014-05-18 09:40:54 +1200
commit9cc82c1343b138f45716e8b40c0e87f2918d3136 (patch)
tree38172eec9882712563b5b18ec8f796ce6606a436 /Makefile.in
parent1575ed2e45ddcb00416eaef3da784f870f0cd0c5 (diff)
[addonversion] add tests
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2aaa79f584..e07970fe34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -289,12 +289,14 @@ GTEST_DIR = lib/gtest
GTEST_INCLUDES = -I$(GTEST_DIR)/include
GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a
-CHECK_DIRS = xbmc/filesystem/test \
+CHECK_DIRS = xbmc/addons/test \
+ xbmc/filesystem/test \
xbmc/utils/test \
xbmc/threads/test \
xbmc/interfaces/python/test \
xbmc/test
-CHECK_LIBS = xbmc/filesystem/test/filesystemTest.a \
+CHECK_LIBS = xbmc/addons/test/addonsTest.a \
+ xbmc/filesystem/test/filesystemTest.a \
xbmc/utils/test/utilsTest.a \
xbmc/threads/test/threadTest.a \
xbmc/interfaces/python/test/pythonSwigTest.a \