diff options
author | Reimar Döffinger <[email protected]> | 2012-04-08 19:55:49 +0200 |
---|---|---|
committer | Reimar Döffinger <[email protected]> | 2012-04-08 20:27:35 +0200 |
commit | a5efc8c9bf075ec804d3fb7b36a367c7d297015d (patch) | |
tree | f4b9a28fde652778bf4ca91853769865af4afa92 | |
parent | 03ef5047d15904ed34976c6ba11c9176529ee9e7 (diff) |
Allow manually running disabled FATE tests.
This makes it easy to allow people to run tests that are disabled
(e.g. because they are broken) without having to hack Makefiles
by adding the test name to FATE_TESTS-no.
Signed-off-by: Reimar Döffinger <[email protected]>
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7757d84b32..a47ee71bf6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -142,7 +142,7 @@ TOOL = ffmpeg fate:: $(FATE) -$(FATE): $(TOOL)$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF)) +$(FATE) $(FATE_TESTS-no): $(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)' '$(CPUFLAGS)' '$(CMP_SHIFT)' '$(CMP_TARGET)' '$(SIZE_TOLERANCE)' |