summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-15 13:33:08 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-15 14:13:25 +0100
commit73da4fd520379adafe858b4e182a3eac0f49080c (patch)
tree12787c304dfdf48f8f25c06e1b632727a9db0b84 /tests
parent8af6b9711e7a9aa80e825aaf901d533d4ff9b7d5 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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))