summaryrefslogtreecommitdiffstats
path: root/hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat
blob: 4756559e825b9a58e0a7499f64438c61b2687a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
::------------------------------------------------------------------------------
:: Broadcom Canada Ltd., Copyright 2001 - 2003
::
:: Filename: cxc_nbrt_app.bat
:: Purpose:  Nightly Build and Regression testing application script 
::           (builds target application and runs tests on it)
:: Arguments: %1 - target CxC app to build and test
::            %2 - target OS 
::------------------------------------------------------------------------------

cmd.exe /c cxc_nbrt_build.bat %1 %2
:: cmd.exe /c cxc_nbrt_test.bat  %1 %2