mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
19 lines
427 B
Plaintext
19 lines
427 B
Plaintext
# $NetBSD: spec,v 1.2 2015/06/07 03:46:39 joerg 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$" \
|
|
}
|