Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / ASN1 / codeGeneration2 / codeGeneration2
1 #!/bin/sh
2 #
3 #echo "*****************************************************"
4 #echo "Ez egy sokadik tok primitiv automatizalt teszter V0.0"
5 #echo "ami leellenorzi , hogy a fordito elfogad-e jo ertekeket "
6 # echo "kulonfele tipusokhoz"
7 #echo "*****************************************************"
8
9 function_compiler()
10 {
11 $TTCN3_COMPILER ${ABS_SRC}/${1}.asn 2>> ERROR_file
12
13 if
14 $GREP Error ./ERROR_file
15 then Verdict="fail"
16 else Verdict="pass"
17 fi
18 if
19 $GREP ERROR ./ERROR_file
20 then Verdict="fail"
21 else Verdict="pass"
22 fi
23
24 if
25 $GREP error ./ERROR_file
26 then Verdict="fail"
27 else Verdict="pass"
28 fi
29
30 if (test -s ${ABS_SRC}/${1}.asn)
31 then file_present="Yes"
32 else Verdict="fail : missing ASN file"
33 fi
34
35 rm ./ERROR_file
36 echo "ASN1:$1 = Verdict: $Verdict"
37 }
38
39 function_compiler Test46
40 function_compiler Test48
41 function_compiler Test49
42 function_compiler Test51
43 function_compiler Test52
44 function_compiler Test53
45 function_compiler Test54
46 function_compiler Test55
47 function_compiler Test56
48 function_compiler Test57
49 function_compiler Test60
50 function_compiler Test61
51 function_compiler Test62
52 function_compiler Test63
53 function_compiler Test64
54 function_compiler Test65
55 function_compiler Test66
56 function_compiler Test68
57 function_compiler Test71
58 function_compiler Test74
59 function_compiler Test75
60 function_compiler Test76
61 function_compiler Test77
62 function_compiler Test78
63 function_compiler Test80
64 function_compiler Test81
65 function_compiler Test83
66 function_compiler Test86
67 function_compiler Test87
This page took 0.040469 seconds and 5 git commands to generate.