summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bba9d9aa8b..677406ed19 100644
--- a/Makefile
+++ b/Makefile
@@ -271,10 +271,12 @@ fate2 $(FATE_TESTS):
@echo "SAMPLES not specified, cannot run FATE"
endif
+FATE_UTILS = base64 tiny_psnr
+
fate: $(FATE)
fate2: $(FATE2_TESTS)
-$(FATE): ffmpeg$(EXESUF) tests/tiny_psnr$(HOSTEXESUF)
+$(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)'