ref: 2d4f61409186c7efa831387bf14e2164607a805a
parent: 9e19fe6ffb69e990442a197a97394c0232768f82
author: Jean-Marc Valin <[email protected]>
date: Fri Oct 28 12:16:35 EDT 2011
test vector wip, nothing to see here
--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -6934,6 +6934,10 @@
<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>
--- 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