Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-07-13 11:45:47 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-07-13 11:45:47 +0200
commit992d8243f9b9c3b42f8774b61c2d4338ee422316 (patch)
tree25ec5443bd95eb3f9944e7750774ec3643cbedaa /tests
parentf559ef57e3aa643c32eda59040e052be7bf70b45 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/dict/Makefile.am4
-rw-r--r--tests/tio/Makefile.am4
2 files changed, 6 insertions, 2 deletions
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)