Files
serialization/test/run_archive_test.bat
Robert Ramey 5888e13122 initial checkin
[SVN r23433]
2004-07-11 01:15:12 +00:00

9 lines
236 B
Batchfile

@ echo off
if "%1" == "" goto message
set BOOST_ARCHIVE_LIST=%1
runtest.bat %2 %3 %4
goto end
:message
echo usage: run_archive_test "<test header file>" "<toolset>" "[<boost root directory>]" "[<target directory>]"
:end