From 73da4fd520379adafe858b4e182a3eac0f49080c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 15 Jan 2012 13:33:08 +0100 Subject: [PATCH] Revert "buildsystem: add $EXESUF to the used tool for fate" This reverts commit 668a74e808dad06b15549ed05aa3a879f76c17c3. 10l, this change was unneeded, target_exec can be used to achive the same. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 6cdeef1d0a..51ff9182b7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -137,7 +137,7 @@ fate:: $(FATE) $(FATE): $(TOOL)$(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)' '$(TOOL)$(EXESUF)' + $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(TOOL)' fate-list: @printf '%s\n' $(sort $(FATE))