pkgsrc/regress/print-plist/spec
jmmv a815e8e499 Initial import of the print-plist regression test:
This test verifies that print-PLIST works, as well as related functionality
such as PRINT_PLIST_AWK.

Reviewed by gavan@.
2004-09-08 15:04:23 +00:00

20 lines
510 B
Text

# $NetBSD: spec,v 1.1.1.1 2004/09/08 15:04:23 jmmv Exp $
#
# print-plist regression test
# spec file
#
# Targets to invoke for this regression test.
MAKEARGS_TEST="install print-PLIST"
# Need to remove work directory and installed files.
MAKEARGS_CLEAN="deinstall clean"
check_result()
{
exit_status 0 # test is passed if the targets return 0
output_require "^@comment Matched test file.$" \
"^print-plist/foo$" \
"^@comment Matched test directory.$" \
"^@dirrm print-plist$"
}