diff options
author | montellese <montellese@xbmc.org> | 2015-01-12 00:45:18 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-01-24 11:09:39 +0100 |
commit | ae98154fcf435c963b66754ef7b2ff2c8a73cf3f (patch) | |
tree | 281158d8f9a2b7edcddec048f72302ee0ecd662b /Makefile.in | |
parent | fc89eddb33a40baf158b5dda341b62786332c00d (diff) |
webserver: add unit tests
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 4151266a44..37c549a29a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,6 +289,7 @@ GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a CHECK_DIRS = xbmc/addons/test \ xbmc/filesystem/test \ xbmc/music/tags/test \ + xbmc/network/test \ xbmc/utils/test \ xbmc/video/test \ xbmc/threads/test \ @@ -298,6 +299,7 @@ CHECK_DIRS = xbmc/addons/test \ CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/filesystem/test/filesystemTest.a \ xbmc/music/tags/test/tagsTest.a \ + xbmc/network/test/networkTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/video/test/videoTest.a \ xbmc/threads/test/threadTest.a \ |