shithub: opus

Download patch

ref: 1b074d6600d0eae3c44abdd354e4059ba36d7f1f
parent: dae5ecc9cc66700a00f36dbec08dd882ae85901d
author: Jean-Marc Valin <[email protected]>
date: Wed Feb 13 09:23:25 EST 2008

Don't try to install the testcases

--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -9,7 +9,7 @@
 
 TESTS = match-test.sh
 
-bin_SCRIPTS = match-test.sh
+noinst_SCRIPTS = match-test.sh
 
 lib_LTLIBRARIES = libcelt.la
 
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@
 
 TESTS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test
 
-bin_PROGRAMS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test
+noinst_PROGRAMS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test
 
 type_test_SOURCES = type-test.c
 ectest_SOURCES = ectest.c