diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-01-13 19:17:12 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-17 00:13:04 +0100 |
commit | 72ad228ada805b363c07a14703533ea60e69c090 (patch) | |
tree | cae5d58e53b5eab5aea3f65e79d7730918f93fa3 | |
parent | 94bf9ac4738c318189a1a36e8cdc8195d2db0d64 (diff) | |
download | ffmpeg-72ad228ada805b363c07a14703533ea60e69c090.tar.gz |
fate: add GEN tag for mapchan sw tests.
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6ee408ab14..42605683fe 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,7 +38,7 @@ tests/data/mapchan-mono.sw: tests/audiogen$(HOSTEXESUF) @mkdir -p tests/data $(M)./$< $@ 22050 1 -tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN +tests/data/%.sw tests/vsynth%/00.pgm: TAG = GEN include $(SRC_PATH)/tests/fate/aac.mak include $(SRC_PATH)/tests/fate/ac3.mak |