[FFmpeg-cvslog] fate: Add build-only targets to FATE

Diego Biurrun git at videolan.org
Thu Oct 12 01:04:00 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Oct  5 14:46:38 2012 +0200| [db869f4ea4405fb8f9736e5ecdca70f77621a28e] | committer: Diego Biurrun

fate: Add build-only targets to FATE

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

 tests/Makefile       |  1 +
 tests/fate-run.sh    |  4 ++++
 tests/fate/build.mak | 17 +++++++++++++++++
 3 files changed, 22 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 30e06e8fdd..d3f11efaaa 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/amrwb.mak
 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/build.mak
 include $(SRC_PATH)/tests/fate/canopus.mak
 include $(SRC_PATH)/tests/fate/cdxl.mak
 include $(SRC_PATH)/tests/fate/checkasm.mak
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 21111403a6..8de749d4a7 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -192,6 +192,10 @@ pixfmts(){
     test=$outertest
 }
 
+null(){
+    :
+}
+
 mkdir -p "$outdir"
 
 exec 3>&2
diff --git a/tests/fate/build.mak b/tests/fate/build.mak
new file mode 100644
index 0000000000..ba9768e786
--- /dev/null
+++ b/tests/fate/build.mak
@@ -0,0 +1,17 @@
+FATE_BUILD += fate-build-alltools
+fate-build-alltools: alltools
+
+FATE_BUILD += fate-build-checkheaders
+fate-build-checkheaders: checkheaders
+
+FATE_BUILD += fate-build-examples
+fate-build-examples: examples
+
+FATE_BUILD += fate-build-testprogs
+fate-build-testprogs: testprogs
+
+$(FATE_BUILD): CMD = null
+$(FATE_BUILD): CMP = null
+
+FATE += $(FATE_BUILD)
+fate-build: $(FATE_BUILD)



More information about the ffmpeg-cvslog mailing list