]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/make/suffixes/src_wild1/test.t
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / make / suffixes / src_wild1 / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../common.sh
7
8 # Description
9 DESC="Source wildcard expansion."
10
11 # Setup
12 TEST_COPY_FILES="TEST1.a 644    TEST2.a 644"
13
14 # Reset
15 TEST_CLEAN="TEST1.b"
16
17 # Run
18 TEST_N=1
19 TEST_1="-r test1"
20
21 eval_cmd $*