--- tests/Makefile | 1 + tests/fate/s302m.mak | 6 ++++++ tests/ref/fate/s302m-nctapsa01hi2 | 1 + 3 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 tests/fate/s302m.mak create mode 100644 tests/ref/fate/s302m-nctapsa01hi2
diff --git a/tests/Makefile b/tests/Makefile index 229a576..aacd00f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -47,6 +47,7 @@ include $(SRC_PATH)/tests/fate/mpc.mak include $(SRC_PATH)/tests/fate/prores.mak include $(SRC_PATH)/tests/fate/qtrle.mak include $(SRC_PATH)/tests/fate/real.mak +include $(SRC_PATH)/tests/fate/s302m.mak include $(SRC_PATH)/tests/fate/screen.mak include $(SRC_PATH)/tests/fate/utvideo.mak include $(SRC_PATH)/tests/fate/vorbis.mak diff --git a/tests/fate/s302m.mak b/tests/fate/s302m.mak new file mode 100644 index 0000000..efda6a9 --- /dev/null +++ b/tests/fate/s302m.mak @@ -0,0 +1,6 @@ +FATE_TESTS += fate-s302m-nctapsa01hi +fate-s302m-nctapsa01hi: CMD = pcm -i $(SAMPLES)/s302m/nctapsa01hi.mpg +fate-s302m-nctapsa01hi: REF = $(SAMPLES)/s302m/nctapsa01hi.s16 + +FATE_TESTS += fate-s302m-nctapsa01hi2 +fate-s302m-nctapsa01hi2: CMD = md5 -i $(SAMPLES)/s302m/nctapsa01hi.mpg -f s24le diff --git a/tests/ref/fate/s302m-nctapsa01hi2 b/tests/ref/fate/s302m-nctapsa01hi2 new file mode 100644 index 0000000..a9b15fa --- /dev/null +++ b/tests/ref/fate/s302m-nctapsa01hi2 @@ -0,0 +1 @@ +f1ac4871e7db642add510d92ddf6387c -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
