summaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Collapse)AuthorAge
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
| | | | | | | It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
* Remove the ffserver test.Anton Khirnov2011-08-01
| | | | It doesn't work and is therefore useless.
* fate: make vsynth tests depend on only the relevant vrefMans Rullgard2011-07-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-13
|
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-11
| | | | | | | | This variable is set to the same value for all directories. Adding the -L flags directly to LDFLAGS is simpler and achieves the same thing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
| | | | | | | | Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add idct8x8 testMans Rullgard2011-07-04
| | | | | | This tests the IDCT implementations available in the build. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: move libavutil test rules to a separate fileMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: Eliminate obsolete test targets.Diego Biurrun2011-06-30
| | | | The targets are now part of FATE and can be run as individual FATE targets.
* fate: move amr[nw]b test rules into separate filesMans Rullgard2011-06-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: replace some addprefix/addsuffix with substitution refsMans Rullgard2011-06-28
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-23
| | | | | | | | Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: move test rules to tests/MakefileMans Rullgard2011-06-22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
| | | | | | This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek tests only available with GPL enabledBenoit Fouet2007-05-30
| | | | Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark phony swscale_error target as such.Diego Biurrun2007-05-29
| | | | Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exit with error when running libavtest and not configured with --enable-gpl.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variable for consistency.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2007-05-27
| | | | Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better variable namesDiego Biurrun2007-05-27
| | | | Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove comments that are neither very enlightening nor particularly up-to-date.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hide the commands make runs.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek_test compilation for out-of-tree builds.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove seek_test upon clean.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace multiple rules for compiling binaries by one pattern rule.Diego Biurrun2007-05-24
| | | | Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete and non-working DSP test program.Diego Biurrun2007-05-24
| | | | Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove trailing / from -I flags, MinGW appears to dislike them.Zuxy Meng2007-05-09
| | | | | | patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable seektestMichael Niedermayer2007-04-22
| | | | Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that seek_test is rebuild if any of the libs changedMichael Niedermayer2007-04-22
| | | | Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add seektest to list of PHONY targets.Diego Biurrun2007-02-06
| | | | Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression testsMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not run (broken) ffserver test by default and warn about its brokenness.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out immediately with software scaler instead of failing the tests.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< instead of explicit names.Diego Biurrun2006-12-21
| | | | Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun2006-10-18
| | | | Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about --enable-gpl.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.pgm is now 00.pgm.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge identical targets.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplification cosmeticsDiego Biurrun2006-08-17
| | | | Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa2006-08-03
| | | | | | patch by Víctor Paesa, wzrlpy $@$ arsystel dot com Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing EXESUF to executable rules.Víctor Paesa2006-07-19
| | | | | | | patch by Victor Paesa, wzrlpy at arsystel com M tests/Makefile Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: V_PATH vs VPATH typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: $(SRC_PATH)/tests --> $(V_PATH)Diego Biurrun2006-07-05
| | | | Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split snow53 test outMichael Niedermayer2006-01-14
| | | | Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk