commit | 636ae957055913edf30cb0b357164e180f729681 | [log] [tgz] |
---|---|---|
author | Lenard Nagy <lenard.nagy@ericsson.com> | Thu May 10 13:39:37 2018 +0200 |
committer | Lenard Nagy <lenard.nagy@ericsson.com> | Thu May 10 13:39:37 2018 +0200 |
tree | 550d89582426df059863ef22c4a16b327325fcc0 | |
parent | 976c3fb07bb57746d8a4a22e1f4147737a95f0b4 [diff] |
Multiple EOL characters are possible to set Signed-off-by: Lenard Nagy <lenard.nagy@ericsson.com>
Main project page:
https://projects.eclipse.org/projects/tools.titan
The source code of the TTCN-3 compiler and executor:
https://github.com/eclipse/titan.core
clone this repo to your computer in a folder (home_folder from now on)
Create a “bin” directory and cd into it
$ mkdir bin $ cd ./bin
$ ln -s ../src/* . $ ln -s ../demo/* .
$ makefilegen -e "SerialPortTests" ./*
$ make
Adjust serial port properties in SerialPort.cfg
Run the tests
$ ttcn3_start SerialPortTests SerialPort.cfg