File: compile.bat

package info (click to toggle)
ahven 2.4%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 884 kB
  • ctags: 188
  • sloc: ada: 4,012; makefile: 287; xml: 108; sh: 57; python: 26; perl: 7
file content (13 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
cd src\windows
call ctst.bat
if ErrorLevel 2 goto Abort
cd ..
call ctst.bat
if ErrorLevel 2 goto Abort
cd ..\test
call ctst.bat
if ErrorLevel 2 goto Abort
cd ..\test_obj
call lkc tap_test
cd ..
:abort