summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/archives/t2/test.t
blob: f83be0bfb62b986c1d36a40ad2e407c20afff33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# $FreeBSD$

cd `dirname $0`
. ../../common.sh

setup_test()
{
	cp libtest.a ${WORK_DIR}
}

desc_test()
{
	echo "Archive parsing (old BSD format)."
}

eval_cmd $1
OpenPOWER on IntegriCloud