Commit cdb742a4 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+added readme instructions for the TDL to TTCN-3 mapping


*adjusted readme formatting

Change-Id: I5ee6e2be8ef047ad3d9f91785642c8f40bcf357e
Signed-off-by: default avatarmakedonski <makedonski@informatik.uni-goettingen.de>
parent 937cde8a
Loading
Loading
Loading
Loading
+17 −10
Original line number Diff line number Diff line
@@ -61,3 +61,10 @@ More information on using the plugins is available at [Usage wiki](https://tdl.e
     * Additionally (or alternatively) repeat the same steps for the `GenerateTPLan2.mwe` (for editing structured test objectives)
     * Additionally (or alternatively) repeat the same steps for the `GenerateData.mwe` (for the graphical viewer)

## Implementation of the TDL mapping to TTCN-3

The TDL mapping to TTCN-3 relies on some functionalities from [TRex2 / T3Tools](https://t3tools.informatik.uni-goettingen.de/trac). Before installing or developing the implementation of the TDL mapping to TTCN-3, the corresponding components need to be installed from the following update site:

    https://t3tools.informatik.uni-goettingen.de/downloads/trex2/

After installation, to apply the transformation of a TDL model into TTCN-3 code, open the TDL model (making sure it is selected) and press the `T3` icon on the toolbar. This shall result in the generation of a `.ttcn3` file with the same name in the same folder as the model.
 No newline at end of file