diff options
author | Janne Grunau <janne-libav@jannau.net> | 2015-07-12 17:35:21 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2015-07-18 01:06:45 +0200 |
commit | c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4 (patch) | |
tree | 7cfdfbfab4646f2bca370cc2ef6caa48363a59b5 /tests/Makefile | |
parent | 82e6ac85ff9aa7631b8c01521b3d6b5ca0bc8014 (diff) | |
download | ffmpeg-streaming-c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4.zip ffmpeg-streaming-c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4.tar.gz |
fate: add checkasm target
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index fa83ba4..d7a229c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/atrac.mak include $(SRC_PATH)/tests/fate/audio.mak include $(SRC_PATH)/tests/fate/bmp.mak include $(SRC_PATH)/tests/fate/cdxl.mak +include $(SRC_PATH)/tests/fate/checkasm.mak include $(SRC_PATH)/tests/fate/cover-art.mak include $(SRC_PATH)/tests/fate/demux.mak include $(SRC_PATH)/tests/fate/dfa.mak |