Files
assimp/test/RunAllTestSuites.bat
aramis_acg b51f7fff62 Added batch scripts to run the unittests automatically.
Added a directory to store detailled unittest results.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@271 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-01-07 15:16:26 +00:00

41 lines
1.6 KiB
Batchfile

rem Alexander Gessler, 12:30:08
set errorlevel=0
color 4e
cls
@echo off
rem
SET ARCHEXT=x64
IF %PROCESSOR_ARCHITECTURE% == x86 SET ARCHEXT=win32
SET OUTDIR=results\
SET BINDIR=..\bin\
echo #=====================================================================
echo # Open Asset Import Library - Unit & Regression test suite
echo #=====================================================================
echo #
echo # Executing the Assimp unit & regression test suites for the
echo # following build configurations.
echo #
echo # Release
echo # Release -st
echo # Release -noboost
echo # Release -dll
echo #
echo # Debug
echo # Debug -st
echo # Debug -noboost
echo # Debug -dll
echo ======================================================================
echo.
echo.
call RunUnitTestSuite.bat