]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/bmake/tests/suffixes/src_wild1/legacy_test.sh
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / bmake / tests / suffixes / src_wild1 / legacy_test.sh
1 #! /bin/sh
2 # $FreeBSD$
3
4 . $(dirname $0)/../../common.sh
5
6 # Description
7 DESC="Source wildcard expansion."
8
9 # Setup
10 TEST_COPY_FILES="TEST1.a 644    TEST2.a 644"
11
12 # Reset
13 TEST_CLEAN="TEST1.b"
14
15 # Run
16 TEST_N=1
17 TEST_1="-r test1"
18
19 eval_cmd $*