aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile.am
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-02-26 17:06:54 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-02-26 17:06:54 +0000
commit299a95c6b11a65ecaa8371d14fff8dffe393e091 (patch)
tree075b355417c8b24db7abc85f7499fd9be1086ab9 /t/Makefile.am
parent29bcd0cbbb9070c4f0917f324b0026c8145223de (diff)
downloadsrc-299a95c6b11a65ecaa8371d14fff8dffe393e091.tar.gz
src-299a95c6b11a65ecaa8371d14fff8dffe393e091.zip
Merge upstream r763: fix is_upper() predicate.
Notes
Notes: svn path=/vendor/openpam/dist/; revision=262529
Diffstat (limited to 't/Makefile.am')
-rw-r--r--t/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Makefile.am b/t/Makefile.am
index 8f9bf1fdde85..fd9a3e21eb3e 100644
--- a/t/Makefile.am
+++ b/t/Makefile.am
@@ -6,6 +6,7 @@ noinst_HEADERS = t.h
# tests
TESTS =
+TESTS += t_openpam_ctype
TESTS += t_openpam_readword
TESTS += t_openpam_readlinev
check_PROGRAMS = $(TESTS)