OpenPAM/t/Makefile.am
Dag-Erling Smørgrav 2baadb71ee Add a handful of unit tests for openpam_readword(3).
Note that one of them currently fails...


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@548 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2012-04-01 20:34:59 +00:00

15 lines
290 B
Makefile

# $Id$
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
# tests
TESTS = t_openpam_readword
check_PROGRAMS = $(TESTS)
# libt - common support code
check_LIBRARIES = libt.a
libt_a_SOURCES = t_main.c
# link with libpam and libt
LDADD = $(top_builddir)/lib/libpam.la $(srcdir)/libt.a