diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-18 01:29:50 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-18 01:29:50 +0100 |
commit | bb97bcec6b2b1f7cbb82f867892c1d91811e4dcf (patch) | |
tree | 483a05554de0008102c1c783178c37997390b294 /tests/Makefile | |
parent | aa1f38015cb0d04a5c50a8957dd7aba79f0d8882 (diff) | |
download | ffmpeg-streaming-bb97bcec6b2b1f7cbb82f867892c1d91811e4dcf.zip ffmpeg-streaming-bb97bcec6b2b1f7cbb82f867892c1d91811e4dcf.tar.gz |
Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.
This allows running more fate tests on remote targets
without the source tree.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index ff5fc2b..7606a14 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -177,7 +177,7 @@ fate:: $(FATE) $(FATE) $(FATE_TESTS-no): $(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)' '$(CMP_UNIT)' '$(GEN)' + $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(TARGET_SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(CPUFLAGS)' '$(CMP_SHIFT)' '$(CMP_TARGET)' '$(SIZE_TOLERANCE)' '$(CMP_UNIT)' '$(GEN)' fate-list: @printf '%s\n' $(sort $(FATE)) |