[Midnightbsd-cvs] src [10656] trunk/lib/libpam/libpam/tests: add tests
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 15:26:15 EDT 2018
Revision: 10656
http://svnweb.midnightbsd.org/src/?rev=10656
Author: laffer1
Date: 2018-06-09 15:26:15 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
add tests
Added Paths:
-----------
trunk/lib/libpam/libpam/tests/
trunk/lib/libpam/libpam/tests/Makefile
Added: trunk/lib/libpam/libpam/tests/Makefile
===================================================================
--- trunk/lib/libpam/libpam/tests/Makefile (rev 0)
+++ trunk/lib/libpam/libpam/tests/Makefile 2018-06-09 19:26:15 UTC (rev 10656)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/libpam/libpam/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
+
+OPENPAM= ${SRCTOP}/contrib/openpam
+.PATH: ${OPENPAM}/t
+
+TESTSDIR = ${TESTSBASE}/lib/libpam
+
+COMMONSRC = t_file.c t_main.c
+.for test in t_openpam_ctype t_openpam_readlinev t_openpam_readword
+TAP_TESTS_C += ${test}
+SRCS.${test} = ${test}.c ${COMMONSRC}
+.endfor
+CFLAGS +=-I${OPENPAM}/include -I${OPENPAM}/lib/libpam -I${OPENPAM}/t
+WARNS ?= 6
+
+DPADD = ${LIBPAM}
+LDADD = ${MINUSLPAM}
+
+.include <bsd.test.mk>
Property changes on: trunk/lib/libpam/libpam/tests/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list