[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build tests only when make check is called
From: |
william hubbs |
Subject: |
[PATCH] build tests only when make check is called |
Date: |
Wed, 8 Sep 2010 15:08:42 -0500 |
From: William Hubbs <address@hidden>
To: address@hidden
The tests are designed to test the just built version of speech
dispatcher and not the installed one. They also use the just built
version of the C API. Also, they should not be installed on the end
user's system by the "make install" target.
---
src/tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 7fdf847..9c19925 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -5,7 +5,7 @@ c_api = $(top_builddir)/src/c/api
AM_CFLAGS = -I$(top_srcdir)/src/c/api -DLOCALEDIR=\"$(localedir)\"
$(inc_local) @glib_include@ -I../audio/
-bin_PROGRAMS = long_message clibrary clibrary2 run_test connection_recovery
+check_PROGRAMS = long_message clibrary clibrary2 run_test connection_recovery
long_message_SOURCES = long_message.c
long_message_LDADD = $(c_api)/libspeechd.la -lpthread @EXTRA_SOCKET_LIBS@
--
1.7.2.2
- [PATCH] build tests only when make check is called,
william hubbs <=