summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--tests/Makefile9
2 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index da12fba8a4..2cb5f65c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -185,8 +185,6 @@ distclean::
config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
-check: test checkheaders
-
include $(SRC_PATH)/doc/Makefile
include $(SRC_PATH)/tests/Makefile
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*