opnsense-src/tools/regression/usr.bin/make/suffixes/src_wild2/test.t
Hartmut Brandt d9ea463fbf Change the test infrastructure so that tests are easier to maintain and
so that make(1) will run in an almost clean environment and enhance the
description of the test infrastructure.

Add the ability to have multiple tests carried out per test script.

Give some tests more meaningful names.

Fix the usage message from the test scripts.

Make it possible to pass several commands to the test scripts like:
'sh test.t setup run compare clean'.
2005-05-31 14:13:07 +00:00

21 lines
239 B
Bash

#!/bin/sh
# $FreeBSD$
cd `dirname $0`
. ../../common.sh
# Description
DESC="Source wildcard expansion (2)."
# Setup
TEST_COPY_FILES="TEST1.a 644 TEST2.a 644"
# Reset
TEST_CLEAN="TEST1.b"
# Run
TEST_N=1
TEST_1="-r test1"
eval_cmd $*