Mans Rullgard
28e1c97916
build: rework rules for things in the tools dir
...
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>
14 years ago
Mans Rullgard
27e7144350
fate: add idct8x8 test
...
This tests the IDCT implementations available in the build.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
03256d96e4
fate: move libavutil test rules to a separate file
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
bd9a9a2f18
build: Eliminate obsolete test targets.
...
The targets are now part of FATE and can be run as individual FATE targets.
14 years ago
Mans Rullgard
0291ce840c
fate: move amr[nw]b test rules into separate files
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
deb3ed01b5
build: replace some addprefix/addsuffix with substitution refs
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
f038cf3c74
build: remove SRC_PATH_BARE variable
...
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>
14 years ago
Mans Rullgard
698a183e30
build: move test rules to tests/Makefile
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
4fbd52f0b8
Merge tests Makefile into the top-level Makefile.
...
This gets rid of some recursion and simplifies the code.
Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
9f6c879365
seek tests only available with GPL enabled
...
Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
822dc0b820
Mark phony swscale_error target as such.
...
Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fd5a1b935
Exit with error when running libavtest and not configured with --enable-gpl.
...
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
faed2a7f8f
Rename variable for consistency.
...
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1b1a1608be
whitespace cosmetics
...
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
acfd623e8f
better variable names
...
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0cda58aaaa
Remove comments that are neither very enlightening nor particularly up-to-date.
...
Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6fea73ceef
Do not hide the commands make runs.
...
Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dd4ca89143
Fix seek_test compilation for out-of-tree builds.
...
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
036ab241e5
Also remove seek_test upon clean.
...
Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
90a7f95654
Replace multiple rules for compiling binaries by one pattern rule.
...
Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
79e95835e0
Remove obsolete and non-working DSP test program.
...
Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zuxy Meng
2462e4b765
Remove trailing / from -I flags, MinGW appears to dislike them.
...
patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c6a29a63b1
enable seektest
...
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a2638aa764
ensure that seek_test is rebuild if any of the libs changed
...
Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0115a2614
Add seektest to list of PHONY targets.
...
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f97b7e66de
seek regression tests
...
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
200d9a885b
Do not run (broken) ffserver test by default and warn about its brokenness.
...
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3dd9fa77bf
Bail out immediately with software scaler instead of failing the tests.
...
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
919cb8731e
Fix regression tests with out-of-tree builds.
...
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5d078bdb47
Use $< instead of explicit names.
...
Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
997baf0141
allow spaces in source and build directory names
...
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
18 years ago
Diego Biurrun
ca6127352f
Don't run libavtest if CONFIG_GPL is not set.
...
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
41ada6e515
Warn about --enable-gpl.
...
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9fd353e9b5
0.pgm is now 00.pgm.
...
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d568d0feb4
Merge identical targets.
...
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a9f9cc7cc1
simplification cosmetics
...
Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
0e16a1fc92
Simplify dsptest* rule and add libavutil to the dsptest* includes.
...
Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Víctor Paesa
f5c85943d0
Add $(EXESUF) where necessary, fixes regression tests under MinGW.
...
patch by Víctor Paesa, wzrlpy $@$ arsystel dot com
Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Víctor Paesa
462f3c372c
Add missing EXESUF to executable rules.
...
patch by Victor Paesa, wzrlpy at arsystel com
M tests/Makefile
Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
75fe19059a
100l: V_PATH vs VPATH typo
...
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
045bb9194e
simplify: $(SRC_PATH)/tests --> $(V_PATH)
...
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e03c822afd
split snow53 test out
...
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ba85e70c54
enabling ffserver regression tests
...
note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt
Originally committed as revision 4456 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d13eef3d3d
snow regression test
...
Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2dd59ebd45
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again
...
Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
04e3f86d6b
ac3 test
...
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago