summaryrefslogtreecommitdiffstats
path: root/hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-12-19 14:18:43 +0000
committerroot <root@lamia.panaceas.james.local>2015-12-19 14:18:43 +0000
commit71478fd62d8483483abb34609cdabb7f9cbadfd6 (patch)
tree37b8eaba1ffe2d5f775227911eb0ed6fdc3c9553 /hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat
parent1a2238d1bddc823df06f67312d96ccf9de2893cc (diff)
downloadbootloader-71478fd62d8483483abb34609cdabb7f9cbadfd6.tar.gz
bootloader-71478fd62d8483483abb34609cdabb7f9cbadfd6.tar.bz2
bootloader-71478fd62d8483483abb34609cdabb7f9cbadfd6.zip
Add hostTools from https://github.com/Noltari/cfe_bcm63xx
Diffstat (limited to 'hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat')
-rw-r--r--hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat b/hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat
new file mode 100644
index 0000000..4756559
--- /dev/null
+++ b/hostTools/scripts/nightlybuild/voice/cxc_nbrt_app.bat
@@ -0,0 +1,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
+