diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-18 02:38:54 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-18 02:39:01 +0200 |
commit | 9010be252e57bf9cb907ff298dbc73017bf6a33f (patch) | |
tree | 4b367abab44f53d6b34ea0964acf72109d652ca9 | |
parent | e6b01480e563bb71cb525393a9b239968730d6ec (diff) | |
parent | c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4 (diff) | |
download | ffmpeg-9010be252e57bf9cb907ff298dbc73017bf6a33f.tar.gz |
Merge commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4'
* commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4':
fate: add checkasm target
Merged-by: Michael Niedermayer <michael@niedermayer.cc>
-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 8ba8210c9d..06ed0112f3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -109,6 +109,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 |