summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-19 23:13:11 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-20 00:31:10 +0200
commitf51ed89dd2fc05c2b2dff87f71f468f7b2064490 (patch)
treea95bf5bdcebc3133b8a8755e8d72e41caf758487
parent7f094ed2cde4c8bc187c2728873c234493fc57aa (diff)
Update test runner.
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index ae853ae..a8047b3 100755
--- a/test.sh
+++ b/test.sh
@@ -1,3 +1,3 @@
file=$HOME/DCP/betty_stereo.wav
-LD_LIBRARY_PATH=build/src build/src/leqm-nrt $file -chconfcal 0 0 > test
+LD_LIBRARY_PATH=build/src build/src/leqm_nrt $file -chconfcal 0 0 > test
diff -u ref test && echo "PASS" || echo "FAIL"