aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2012-06-19 10:21:14 -0400
committerAndres Mejia <amejia004@gmail.com>2012-06-19 10:21:14 -0400
commit9f47cce2aae91b04e168680e0da93aa0515d048b (patch)
treefd546501f6e851341c86f5c704e840c25883af0e /Makefile.in
parent1b17a88ca725f7bd604d530fe3773170c60758ca (diff)
Add threads test directory to check in 'make check' run.
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index db4897b54b..ae6f5d4428 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,7 +198,8 @@ FINAL_TARGETS=xbmc.bin skins xbmc-xrandr
endif
FINAL_TARGETS+=Makefile externals
-CHECK_DIRS = xbmc/utils/test
+CHECK_DIRS = xbmc/utils/test \
+ xbmc/threads/test
all : $(FINAL_TARGETS)
@echo '-----------------------'