Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-13 06:23:25 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-13 06:23:25 +0300
commit1b074d6600d0eae3c44abdd354e4059ba36d7f1f (patch)
tree8b0271e2d5dcfb9c8dbe411449466991a2cd9d3f
parentdae5ecc9cc66700a00f36dbec08dd882ae85901d (diff)
Don't try to install the testcases
-rw-r--r--libcelt/Makefile.am2
-rw-r--r--tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index 3370dc2..5200dfc 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST= match-test.sh
TESTS = match-test.sh
-bin_SCRIPTS = match-test.sh
+noinst_SCRIPTS = match-test.sh
lib_LTLIBRARIES = libcelt.la
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 741ec77..91c114b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ METASOURCES = AUTO
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