opnsense-src/usr.bin/indent/tests/Makefile
Dag-Erling Smørgrav b5b9eaa962 Restore and document -ps / -nps option.
Sponsored by:	Klara, Inc.
Reviewed by:	pauamma_gundo.com, pstef, kevans
Differential Revision:	https://reviews.freebsd.org/D40788
2023-06-29 13:59:49 +00:00

56 lines
1.5 KiB
Makefile

# $FreeBSD$
PACKAGE= tests
${PACKAGE}FILES+= binary.0
${PACKAGE}FILES+= binary.0.stdout
${PACKAGE}FILES+= comments.0
${PACKAGE}FILES+= comments.0.stdout
${PACKAGE}FILES+= declarations.0
${PACKAGE}FILES+= declarations.0.stdout
${PACKAGE}FILES+= elsecomment.0
${PACKAGE}FILES+= elsecomment.0.stdout
${PACKAGE}FILES+= elsecomment.0.pro
${PACKAGE}FILES+= f_decls.0
${PACKAGE}FILES+= f_decls.0.stdout
${PACKAGE}FILES+= float.0
${PACKAGE}FILES+= float.0.stdout
${PACKAGE}FILES+= label.0
${PACKAGE}FILES+= label.0.stdout
${PACKAGE}FILES+= label.0.pro
${PACKAGE}FILES+= list_head.0
${PACKAGE}FILES+= list_head.0.stdout
${PACKAGE}FILES+= ncs.0
${PACKAGE}FILES+= ncs.0.stdout
${PACKAGE}FILES+= ncs.0.pro
${PACKAGE}FILES+= offsetof.0
${PACKAGE}FILES+= offsetof.0.stdout
${PACKAGE}FILES+= parens.0
${PACKAGE}FILES+= parens.0.stdout
${PACKAGE}FILES+= parens.0.pro
${PACKAGE}FILES+= pcs.0
${PACKAGE}FILES+= pcs.0.stdout
${PACKAGE}FILES+= pcs.0.pro
${PACKAGE}FILES+= cs.0
${PACKAGE}FILES+= cs.0.stdout
${PACKAGE}FILES+= cs.0.pro
${PACKAGE}FILES+= struct.0
${PACKAGE}FILES+= struct.0.stdout
${PACKAGE}FILES+= surplusbad.0
${PACKAGE}FILES+= surplusbad.0.stdout
${PACKAGE}FILES+= surplusbad.0.pro
${PACKAGE}FILES+= types_from_file.0
${PACKAGE}FILES+= types_from_file.0.stdout
${PACKAGE}FILES+= types_from_file.0.list
${PACKAGE}FILES+= types_from_file.0.pro
${PACKAGE}FILES+= wchar.0
${PACKAGE}FILES+= wchar.0.stdout
${PACKAGE}FILES+= ps.0
${PACKAGE}FILES+= ps.0.stdout
${PACKAGE}FILES+= ps.0.pro
ATF_TESTS_SH+= functional_test
BINDIR= ${TESTSDIR}
.include <bsd.test.mk>