]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/tcp3d-lld.git/blob - test/gen_test_vectors/genTestVect_200.bat
Additional changes to example and test cases.
[keystone-rtos/tcp3d-lld.git] / test / gen_test_vectors / genTestVect_200.bat
1 @echo off\r
2 \r
3 set MSDEV_PATH="C:\Program Files\Microsoft Visual Studio\COMMON\MSDev98\Bin"\r
4 if exist %MSDEV_PATH% (\r
5 set path=%path%;%MSDEV_PATH%\r
6 ) else (\r
7 echo !!! MSDEV path not set. Not found at %MSDEV_PATH%. !!!\r
8 goto end\r
9 )\r
10 \r
11 REM Get the current directory\r
12 @set CUR_DIR=%~sdp0\r
13 \r
14 REM build the executable first\r
15 @msdev %CUR_DIR%\msvc\GenTestVectors.dsp /make "all - Win32 Debug"\r
16 REM Set your Executable file path\r
17 @set EXE_NAME=%CUR_DIR%\msvc\Debug\GenTestVectors.exe\r
18 REM Set your Source list folder path\r
19 @set SRC_PATH=%CUR_DIR%\r
20 REM Set your Destination test vector folder path\r
21 @set DST_PATH=%CUR_DIR%\r
22 \r
23 REM ~~~~~~~~~~~~~~~~~~~~~~ GENERATE TEST VECTORS ~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
24 REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
25 REM GenTestVectors.exe <Source Folder> <List file name> [Destination Folder] [Out File Type]\r
26 REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
27 \r
28 @%EXE_NAME% %SRC_PATH%\WCDMA_200        config_list.cfg %DST_PATH%\WCDMA_200         %1\r
29 @%EXE_NAME% %SRC_PATH%\LTE_200          config_list.cfg %DST_PATH%\LTE_200           %1\r
30 @%EXE_NAME% %SRC_PATH%\WIMAX_200        config_list.cfg %DST_PATH%\WIMAX_200         %1\r
31 \r
32 :end\r