diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2012-09-22 10:10:46 -0400 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2012-09-22 10:14:56 -0400 |
commit | d83dc04f4754f1045edeb72234ade67d32d056d4 (patch) | |
tree | 093b32cb7fd036c79e6fb2712e54d26dc02ba958 /Makefile.in | |
parent | 1da793ef51f7c5af975fb143309a04de9b1f5b8c (diff) |
Added a test to verify some type checking permutations.
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 d06ff45bee..21e56ad9ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -253,10 +253,12 @@ GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a CHECK_DIRS = xbmc/filesystem/test \ xbmc/utils/test \ xbmc/threads/test \ + xbmc/interfaces/python/test \ xbmc/test CHECK_LIBS = xbmc/filesystem/test/filesystemTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/threads/test/threadTest.a \ + xbmc/interfaces/python/test/pythonSwigTest.a \ xbmc/test/xbmc-test.a CHECK_PROGRAMS = xbmc-test |