commit | d5f15b070757a7dbb2dd68b856b31d3d3c5e1ec6 | [log] [tgz] |
---|---|---|
author | balaskoa <jeno.balasko@ericsson.com> | Tue Jul 03 17:56:36 2018 +0200 |
committer | balaskoa <jeno.balasko@ericsson.com> | Tue Jul 03 17:56:36 2018 +0200 |
tree | f68f086c2f74971e21d526830eaec6f1492d3c22 | |
parent | 636ae957055913edf30cb0b357164e180f729681 [diff] |
License upgrade to EPL 2.0 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