Module: libav
Branch: master
Commit: c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4

Author:    Janne Grunau <[email protected]>
Committer: Janne Grunau <[email protected]>
Date:      Sun Jul 12 17:35:21 2015 +0200

fate: add checkasm target

---

 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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to