summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/suffixes/basic/legacy_test.sh
blob: 3446bf0f7ab1d55877005af59d69c4c4fdf41259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh
# $FreeBSD$

. $(dirname $0)/../../common.sh

# Description
DESC="Basic suffix operation."

# Setup
TEST_COPY_FILES="TEST1.a 644"

# Reset
TEST_CLEAN="Test1.b"

# Run
TEST_N=1
TEST_1="-r test1"

eval_cmd $*
OpenPOWER on IntegriCloud