summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-03-22 00:07:54 +0100
committerLuca Barbato <lu_zero@gentoo.org>2011-03-23 01:17:20 +0100
commit7851eb68c60e61497ec715f28f071c1527de1d38 (patch)
treeba61b42a9ca5e5558f5132e1bed3a0d9bb4cab22 /Makefile
parentee26abf2a4884bb56959bac8215758195776c553 (diff)
fate: add support for multithread testing
Add a THREADS variable to fate calls.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3b7f1e686..2d97c8b375 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ fate: $(FATE)
$(FATE): ffmpeg$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
@echo "TEST $(@:fate-%=%)"
- $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)'
+ $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)'
fate-list:
@printf '%s\n' $(sort $(FATE))