mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
Update wsdl2aws to generate code to support WSDL attributes. Add some regression tests. TN eng/toolchain/aws#108
5 lines
120 B
Python
5 lines
120 B
Python
from test_support import *
|
|
|
|
exec_cmd('wsdl2aws', ['-q', '-debug', '-f', 'attsimcont.wsdl'])
|
|
build_and_run('attsimcont')
|