Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / ASN1 / enum1 / enum1
1 #!/bin/sh
2 #
3 #echo "*****************************************************"
4 #echo "Ez egy negyedik tok primitiv automatizalt teszter V0.0"
5 #echo "ami leellenorzi hogy az ASN1 kotojelek kettos alahuzasra
6 # fordulnak. Egyelore sima greppel , de kesobb majd osszehasonlitunk
7 # egy TTCN3-bol generalt filevel
8 #echo "*****************************************************"
9
10 if
11 $GREP -q "a = 0" ./Test23.hh
12 then
13 if
14 $GREP -q "b = 1" ./Test23.hh
15 then
16 if
17 $GREP -q "c = 2" ./Test23.hh
18 then
19 if
20 $GREP -q "d = 7" ./Test23.hh
21 then
22 if
23 $GREP -q "e = 8" ./Test23.hh
24 then
25 if
26 $GREP -q "f = 0" ./Test23.hh
27 then Verdict="pass"
28
29 else Verdict="fail 6"
30 fi
31 else Verdict="fail 5"
32 fi
33
34 else Verdict="fail 4"
35 fi
36 else Verdict="fail 3"
37 fi
38 else Verdict="fail 2"
39 fi
40 else Verdict="fail 1"
41 fi
42
43 echo "ASN1:TEST23 = Verdict: $Verdict"
44
This page took 0.034376 seconds and 5 git commands to generate.