[FFmpeg-cvslog] fate: add checkasm target

Janne Grunau git at videolan.org
Sat Jul 18 03:18:32 CEST 2015


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Sun Jul 12 17:35:21 2015 +0200| [c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4] | committer: Janne Grunau

fate: add checkasm target

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4
---

 tests/Makefile          |    1 +
 tests/fate/checkasm.mak |    5 +++++
 2 files changed, 6 insertions(+)

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
diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak
new file mode 100644
index 0000000..daefe69
--- /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



More information about the ffmpeg-cvslog mailing list