commit | 4f4622a36085add9fa81916494dfddc0ae2de0b1 | [log] [tgz] |
---|---|---|
author | balaskoa <Jeno.Balasko@ericsson.com> | Wed Aug 01 16:36:01 2018 +0200 |
committer | balaskoa <Jeno.Balasko@ericsson.com> | Wed Aug 01 16:36:01 2018 +0200 |
tree | 2d162b595585e4b46c5137ba0e1df7018534ea95 | |
parent | d5f15b070757a7dbb2dd68b856b31d3d3c5e1ec6 [diff] |
LICENSE file has been replaced 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