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 | |
parent | 82e6ac85ff9aa7631b8c01521b3d6b5ca0bc8014 (diff) | |
download | ffmpeg-c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4.tar.gz |
fate: add checkasm target
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 | ||||
-rw-r--r-- | tests/fate/checkasm.mak | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index fa83ba4b77..d7a229cca5 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 diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak new file mode 100644 index 0000000000..daefe69404 --- /dev/null +++ b/tests/fate/checkasm.mak @@ -0,0 +1,5 @@ +fate-checkasm: tests/checkasm/checkasm$(EXESUF) +fate-checkasm: CMD = run tests/checkasm/checkasm +fate-checkasm: REF = /dev/null + +FATE += fate-checkasm |