From 992d8243f9b9c3b42f8774b61c2d4338ee422316 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 13 Jul 2007 09:45:47 +0000 Subject: do the simple unit tests at make check time git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@303 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/dict/Makefile.am | 4 +++- tests/tio/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/dict/Makefile.am b/tests/dict/Makefile.am index 2440017..36e471e 100644 --- a/tests/dict/Makefile.am +++ b/tests/dict/Makefile.am @@ -17,7 +17,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -noinst_PROGRAMS = test_dict +TESTS = test_dict + +check_PROGRAMS = test_dict AM_CPPFLAGS=-I$(top_srcdir) diff --git a/tests/tio/Makefile.am b/tests/tio/Makefile.am index e52d33b..df02024 100644 --- a/tests/tio/Makefile.am +++ b/tests/tio/Makefile.am @@ -17,7 +17,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -noinst_PROGRAMS = test_tio +TESTS = test_tio + +check_PROGRAMS = test_tio AM_CPPFLAGS=-I$(top_srcdir) -- cgit v1.2.3