diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 21:47:23 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-30 22:18:09 +0100 |
commit | c7cb1730da621742db96669ab6e3e6b3f97fd00d (patch) | |
tree | 91adb9e63f008c4c3ca8da8b776cee532baf6e1c /tests/Makefile | |
parent | d4b63054d9d0bd4b288a5f8e6b34c9d0e5da8188 (diff) | |
download | ffmpeg-c7cb1730da621742db96669ab6e3e6b3f97fd00d.tar.gz |
fate: split off demuxer FATE tests into their own file
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 d36fa5cdc5..d2d2f64b79 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -33,6 +33,7 @@ include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak include $(SRC_PATH)/tests/fate/atrac.mak include $(SRC_PATH)/tests/fate/dct.mak +include $(SRC_PATH)/tests/fate/demux.mak include $(SRC_PATH)/tests/fate/dpcm.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak |