summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-20 15:37:32 -0300
committerJames Almer <jamrial@gmail.com>2018-03-20 23:27:58 -0300
commit72bb955625e8cf03095a4e53a68daf5ad8e739e4 (patch)
tree2abb459eccbfb2ad760b953dcdd5bc938ba20913 /libavutil/Makefile
parent2ddc6b439226a7dffb740d6e50bdd835a27d10ea (diff)
avutil/integer: move the test to the corresponding subdirectory
And actually enable it. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
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 d7474f59e4..17ec1f1aa9 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -204,6 +204,7 @@ TESTPROGS = adler32 \
fifo \
hash \
hmac \
+ integer \
imgutils \
lfg \
lls \