Project

General

Profile

build_testcase.sh

Sergey Ivanovskiy, 05/30/2019 07:36 AM

Download (217 Bytes)

 
1
#!/bin/sh
2

    
3
# go to the testcase project
4

    
5
[ `pwd` -ef ~/projects/testcases/uast ] || cd ~/projects/testcases/uast
6

    
7

    
8

    
9
# convert list of programs
10
ant convert-all -D4gl.file.list=$1
11

    
12
# print p2j link
13
echo "`ls -la p2j`"
14