diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-17 19:43:41 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-07-29 19:20:28 +0200 |
commit | 711c4da1af71e0d26ca93626a3c2dd48821f1cc7 (patch) | |
tree | 81488e601e0c4cd1b64a794075ca72696d78613e /tests | |
parent | d99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184 (diff) | |
download | ffmpeg-streaming-711c4da1af71e0d26ca93626a3c2dd48821f1cc7.zip ffmpeg-streaming-711c4da1af71e0d26ca93626a3c2dd48821f1cc7.tar.gz |
fate: Add tree test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/libavutil.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak index 3777625..6f24496 100644 --- a/tests/fate/libavutil.mak +++ b/tests/fate/libavutil.mak @@ -58,6 +58,11 @@ FATE_LIBAVUTIL += fate-sha fate-sha: libavutil/sha-test$(EXESUF) fate-sha: CMD = run libavutil/sha-test +FATE_LIBAVUTIL += fate-tree +fate-tree: libavutil/tree-test$(EXESUF) +fate-tree: CMD = run libavutil/tree-test +fate-tree: REF = /dev/null + FATE_LIBAVUTIL += fate-xtea fate-xtea: libavutil/xtea-test$(EXESUF) fate-xtea: CMD = run libavutil/xtea-test |