summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-08 11:29:09 +0100
committerMans Rullgard <mans@mansr.com>2012-05-09 13:48:58 +0100
commitd57b43df2e691bc5f32bedf15a7e5bb0e6b84b61 (patch)
tree3e66eaf22666860a40b440c2846e8c8f21b94a9c /tests/Makefile
parent6766169c4198031c58a7972604d74947a16b75a7 (diff)
fate: fix dependencies for probe tests
Only the probe tests should depend on avprobe and these should be enabled only if avprobe is configured. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c440f04b33..56a8bb7df3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -119,7 +119,7 @@ FATE_UTILS = base64 tiny_psnr
fate: $(FATE)
-$(FATE): avconv$(EXESUF) avprobe$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
+$(FATE): avconv$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
@echo "TEST $(@:fate-%=%)"
$(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(CPUFLAGS)' '$(CMP_SHIFT)' '$(CMP_TARGET)' '$(SIZE_TOLERANCE)'