mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
7 lines
150 B
Python
7 lines
150 B
Python
from test_support import *
|
|
|
|
exec_cmd('wsdl2aws', ['-v', '-f', '-doc', 'opt_param.wsdl'],
|
|
ignore_error=True)
|
|
|
|
build_and_run("opt_param_main")
|