Merge from vendor branch TNF:
[pkgsrcv2.git] / regress / print-plist / spec
1 # $NetBSD$
2 #
3 # print-plist regression test
4 # spec file
5 #
6
7 # Targets to invoke for this regression test.
8 MAKEARGS_TEST="install print-PLIST"
9
10 # Need to remove work directory and installed files.
11 MAKEARGS_CLEAN="deinstall clean"
12
13 check_result()
14 {
15         exit_status 0   # test is passed if the targets return 0
16         output_require "^@comment Matched test file.$" \
17                        "^print-plist/foo$" \
18                        "^@comment Matched test directory.$" \
19                        "^@dirrm print-plist$"
20 }