diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-05 14:46:38 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-03-01 11:06:52 +0100 |
commit | db869f4ea4405fb8f9736e5ecdca70f77621a28e (patch) | |
tree | 8289b615fead072df9429a129909e11ad2d59039 /tests/Makefile | |
parent | 3c0efbd03349ae68d3a25a082222652a102e3fd4 (diff) | |
download | ffmpeg-streaming-db869f4ea4405fb8f9736e5ecdca70f77621a28e.zip ffmpeg-streaming-db869f4ea4405fb8f9736e5ecdca70f77621a28e.tar.gz |
fate: Add build-only targets to FATE
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 30e06e8..d3f11ef 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 |