mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-24 18:32:14 +00:00
9 lines
148 B
Bash
9 lines
148 B
Bash
if test $# -eq 0
|
|
then
|
|
echo "usage: $0 <test header file> <toolset> [<target>]"
|
|
else
|
|
export BOOST_ARCHIVE_LIST=$1
|
|
runtest.ksh $2 $3
|
|
fi
|
|
|