commit | 83bf3dc33d320fc90e0ef6418b1ba2756501d3d3 | [log] [tgz] |
---|---|---|
author | dkubischlu1 <daniel.kubisch@sigmatechnology.se> | Tue Dec 17 15:09:47 2019 +0100 |
committer | dkubischlu1 <daniel.kubisch@sigmatechnology.se> | Tue Dec 17 15:09:47 2019 +0100 |
tree | c4ffd61bcb44b4133ae47ab906beafa8405b5f15 | |
parent | f7e17e848336246e1a5b7ef88bbb9c69b37376f1 [diff] |
Adding option to change CR to NL conversion Signed-off-by: dkubischlu1 <daniel.kubisch@sigmatechnology.se>
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