source:
downloads/boost_1_33_1/libs/serialization/test/run_archive_test.ksh
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
File size: 148 bytes |
Line | |
---|---|
1 | if test $# -eq 0 |
2 | then |
3 | echo "usage: $0 <test header file> <toolset> [<target>]" |
4 | else |
5 | export BOOST_ARCHIVE_LIST=$1 |
6 | runtest.ksh $2 $3 |
7 | fi |
8 |
Note: See TracBrowser
for help on using the repository browser.