-
Notifications
You must be signed in to change notification settings - Fork 168
/
run_examples.sh
21 lines (21 loc) · 1.13 KB
/
run_examples.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
python examples/xml/data_types/application_data_type.py
python examples/xml/data_types/compu_method_rational.py
python examples/xml/data_types/compu_method_value_table.py
python examples/xml/data_types/implementation_data_type.py
python examples/xml/data_types/sw_addr_method.py
python examples/xml/data_types/sw_base_type.py
python examples/xml/constant/create_constants.py
python examples/xml/unit/unit.py
python examples/xml/port_interface/nv_data_interface.py
python examples/xml/port_interface/parameter_interface.py
python examples/xml/port_interface/sender_receiver_interface.py
python examples/xml/port_interface/client_server_interface.py
python examples/xml/port_interface/mode_switch_interface.py
python examples/xml/component/application_component.py
python examples/xml/component/composition_component.py
python examples/xml/reader/print_errors.py
python examples/template/generate_xml_using_config.py
python examples/template/generate_xml_without_config.py
python examples/generator/data_types/gen_type_defs_scalar.py
python examples/generator/data_types/gen_type_defs_array.py
python examples/generator/data_types/gen_type_defs_record.py