diff options
author | Andres Mejia <amejia004@gmail.com> | 2012-08-13 22:51:53 -0400 |
---|---|---|
committer | Andres Mejia <amejia004@gmail.com> | 2012-09-05 15:07:53 -0400 |
commit | e4d4c9b69d1b29802f94bc7de7d4892dda3cffef (patch) | |
tree | e6d218ae6b7ae94143d85a55de0350320138142f /Makefile.in | |
parent | 66e8cefa0b667276e7c0df2aec22b12a1b9eaf84 (diff) |
[GSOC] Add test cases for XFILE::CFile class.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index dfe5c7b209..352266e270 100644 --- a/Makefile.in +++ b/Makefile.in @@ -245,10 +245,12 @@ GTEST_DIR = lib/gtest GTEST_INCLUDES = -I$(GTEST_DIR)/include GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a -CHECK_DIRS = xbmc/utils/test \ +CHECK_DIRS = xbmc/filesystem/test \ + xbmc/utils/test \ xbmc/threads/test \ xbmc/test -CHECK_LIBS = xbmc/utils/test/utilsTest.a \ +CHECK_LIBS = xbmc/filesystem/test/filesystemTest.a \ + xbmc/utils/test/utilsTest.a \ xbmc/threads/test/threadTest.a \ xbmc/test/xbmc-test.a CHECK_PROGRAMS = xbmc-test |