blob: 13ae957af22c2bfbeb30f1d3332e5f8e07e2bcd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This test uses newly implemented -Se feature of tao_idl. Using this feature
user can prohibit custom endings (e.g. -hs or -hc) for TAO specific include fils.
__Regression Output__
[vzykov@glasgow tao566_regression]$ ./run_test.pl
ERROR: Custom endings are incorrectly applied.
__Successful Output__
[vzykov@glasgow tao563_regression]$ ./run_test.pl
processing test.idl
INFO: orbsvcs/FT_CORBA_ORBC.h
INFO: orbsvcs/CosNotification_stub.h
INFO: orbsvcs/PortableGroupC.h
INFO: test_stub.h
INFO: orbsvcs/FT_CORBA_ORBC.h
INFO: orbsvcs/CosNotification_skel.h
INFO: orbsvcs/PortableGroupS.h
INFO: Test passed!
|