commit | 15ce8de281ced7897b03ec261eba4c82c7069809 | [log] [tgz] |
---|---|---|
author | balaskoa <Jeno.Balasko@ericsson.com> | Sun Apr 28 18:08:47 2019 +0200 |
committer | balaskoa <Jeno.Balasko@ericsson.com> | Sun Apr 28 18:08:47 2019 +0200 |
tree | 3887a6bfd95bccc3d94650e257d46091e7ccf5e7 | |
parent | 4a724b998040c77b5b4874706aa5658e814f8a8b [diff] |
Copyright datum changed for 2000-2019 Signed-off-by: balaskoa <Jeno.Balasko@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