From 871e266509b70b34ea2bdc14f03d78e2d8940445 Mon Sep 17 00:00:00 2001 From: Martin Holters Date: Wed, 26 Jun 2024 13:03:41 +0200 Subject: [PATCH] Use proper path to test WAVs --- src/runtest-1.0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtest-1.0.sh b/src/runtest-1.0.sh index bc3de22..d924412 100755 --- a/src/runtest-1.0.sh +++ b/src/runtest-1.0.sh @@ -50,7 +50,7 @@ if [ x$ODG != x-2.007 ]; then fi ODG=`LC_ALL=C ./peaq --gst-disable-segtrap --gst-debug-level=2 --gst-plugin-load=.libs/libgstpeaq.so \ - ../test/stimulus_ref.wav ../test/stimulus_test.wav \ + ${srcdir}/../test/stimulus_ref.wav ${srcdir}/../test/stimulus_test.wav \ | grep "Objective Difference Grade:" | cut -d " " -f4` echo $ODG if [ x$ODG != x-1.077 ]; then