Browse Source

Add seektest to top-level targets, remove individual codec tests.

Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
5e2dfd3906
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -235,11 +235,11 @@ TAGS:

# regression tests

codectest libavtest test-server fulltest test mpeg4 mpeg: $(PROGS)
codectest libavtest seektest test-server fulltest test: $(PROGS)
$(MAKE) -C tests $@

.PHONY: all lib videohook documentation install* wininstaller uninstall*
.PHONY: dep depend clean distclean TAGS
.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
.PHONY: codectest libavtest seektest test-server fulltest test

-include .depend

Loading…
Cancel
Save