summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/archives/t0/test.t
blob: 6c58fbe67310dbfaf19278080c97cd5fbf707ba0 (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 (BSD4.4 format)."
}

eval_cmd $1
OpenPOWER on IntegriCloud