Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagaChaitanya Vellanki <nagachaitanya.vellanki@gmail.com>2016-03-08 08:21:26 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-03-09 22:05:29 +0300
commit285fda093732a3dbb81c5bc35d49232febd0e0a9 (patch)
treee0ee983777fbaa5966c90884f53fb3679fe42023 /libavutil/Makefile
parentad16eff64ba78d8dc98a8324640025c7cb2857f3 (diff)
Add tests for functions in hash.c
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 934564fff0..58df75a94e 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -186,6 +186,7 @@ TESTPROGS = adler32 \
file \
fifo \
float_dsp \
+ hash \
hmac \
lfg \
lls \