summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-06-07 02:22:55 +0000
committerDavid Robillard <d@drobilla.net>2007-06-07 02:22:55 +0000
commita221427c277bebd2dcdc85208165d561f9b5a5bd (patch)
tree8d88ca3d464398cca38375bf9f10d1d1f8e57566 /tests
parent553944b6460880259ae3216e2a6637efa22e3463 (diff)
downloadraul-a221427c277bebd2dcdc85208165d561f9b5a5bd.tar.gz
raul-a221427c277bebd2dcdc85208165d561f9b5a5bd.tar.bz2
raul-a221427c277bebd2dcdc85208165d561f9b5a5bd.zip
Don't install unit test binaries.
git-svn-id: http://svn.drobilla.net/lad/raul@530 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8347d39..27a8f1a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ if BUILD_TESTS
AM_CXXFLAGS = -I.. -lpthread @REDLAND_CFLAGS@ @GLIBMM_CFLAGS@
ALL_LIBS = @REDLAND_LIBS@ @GLIBMM_LIBS@ ../src/libraul.la
-bin_PROGRAMS = \
+noinst_PROGRAMS = \
path_test \
thread_test \
queue_test \