From 2d4f61409186c7efa831387bf14e2164607a805a Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Fri, 28 Oct 2011 16:16:35 -0400 Subject: [PATCH] test vector wip, nothing to see here --- doc/draft-ietf-codec-opus.xml | 4 ++++ tests/run_vectors.sh | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml index b13cc8266..5ebbcdb9a 100644 --- a/doc/draft-ietf-codec-opus.xml +++ b/doc/draft-ietf-codec-opus.xml @@ -6934,6 +6934,10 @@ Development snapshots are provided at <section anchor="test-vectors" title="Test vectors"> <t> +Because of size constraints, the Opus test vectors are not distributed in this +draft. They are available from the Opus codec website at +<eref target="http://opus-codec.org/testvectors/"/> and will also be made available +in IETF meeting proceedings. </t> </section> diff --git a/tests/run_vectors.sh b/tests/run_vectors.sh index c54c309fe..fae47b18b 100755 --- a/tests/run_vectors.sh +++ b/tests/run_vectors.sh @@ -1,5 +1,10 @@ #!/bin/sh +if [ "$#" -ne "2" ]; then + echo "usage: run_vectors.sh <exec path> <vector path>" + exit 1 +fi + CMD_PATH=$1 VECTOR_PATH=$2 -- GitLab