diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2022-06-01 17:30:33 -0700 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2022-06-12 18:34:37 +1000 |
commit | 7c2f029edee1e117af69edc8742634d1dc95664e (patch) | |
tree | 4b27cbd8d7336f8e92d9283b99977c808fd45817 /libavutil/Makefile | |
parent | 76e95daa08f4c8874dbb570b6293716e2175213a (diff) | |
download | ffmpeg-7c2f029edee1e117af69edc8742634d1dc95664e.tar.gz |
avutil/tests/uuid: add uuid tests
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index b71fb395b4..29c170214c 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -263,6 +263,7 @@ TESTPROGS = adler32 \ tree \ twofish \ utf8 \ + uuid \ xtea \ tea \ |