summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-25 18:12:36 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-30 13:06:27 +0200
commitbd9a9a2f1801895c8e69fcb50ce31a35d1938146 (patch)
tree4fd0f283ad1e3e6526fd4efce8aeeec05141efc7 /tests
parent5d62d0b114807cc143079a8a0430b86d585ab606 (diff)
build: Eliminate obsolete test targets.
The targets are now part of FATE and can be run as individual FATE targets.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 38d85fbab7..e6640b35dd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,12 +1,5 @@
-fulltest test: codectest lavftest lavfitest seektest
-
FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
-codectest: fate-codec
-lavftest: fate-lavf
-lavfitest: fate-lavfi
-seektest: fate-seek
-
AREF = fate-acodec-aref
VREF = fate-vsynth1-vref fate-vsynth2-vref
REFS = $(AREF) $(VREF)
@@ -120,4 +113,4 @@ testclean:
-include $(wildcard tests/*.d)
-.PHONY: fate* *test
+.PHONY: fate*