blob: 9fece6fda680f80d8674878494f14c5f6b32d8ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh
. $(dirname $0)/../../common.sh
# Description
DESC="Archive parsing (old BSD format)."
# Setup
TEST_COPY_FILES="libtest.a 644"
# Run
TEST_N=7
eval_cmd $*
|