mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
6 lines
135 B
Python
6 lines
135 B
Python
from test_support import *
|
|
|
|
exec_cmd('wsdl2aws', ['-f', '-doc', 'wsdl_empty_record.wsdl'],
|
|
ignore_error=True)
|
|
build('wsdler')
|