[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/4] do not build tests unless they are needed
From: |
William Hubbs |
Subject: |
[PATCH 1/4] do not build tests unless they are needed |
Date: |
Mon, 27 Sep 2010 15:57:17 -0500 |
The tests do not need to be actually installed on the user's system.
They should only be built when "make check" is called, or as part of
autotest support if we add that.
---
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 a4d25a6..2d556b1 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -4,7 +4,7 @@ c_api = $(top_builddir)/src/api/c
AM_CPPFLAGS = -I$(top_srcdir)/src/api/c
-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 1/4] do not build tests unless they are needed,
William Hubbs <=
[PATCH 3/4] added c_api tests to the testsuite, William Hubbs, 2010/09/27
[PATCH 4/4] fix copyright assignment, William Hubbs, 2010/09/27