- Update your default environment with the content of the script $HOME/dev/TTF012_Mec/scripts/devenv.bash.ubuntu
- Update your default environment with the content of the script $HOME/dev/gs032p3-ttcn-test-suite/scripts/devenv.bash.ubuntu
- Switch to the next clause (Usage)
@@ -237,16 +237,16 @@ Procedure using Eclipse TITAN:
- Start eclipse using a new workspace, (e.g. with the name workspace_titan)
- Download and follow the steps to install Eclipse plugins for TITAN, accessible [here]{https://www.eclipse.org/downloads/download.php?file=/titan/Eclipse_installationguide.pdf}
- Open the workspace_titan
- Create a new TITAN project (e.g. TTF012_Mec)
- Create a new TITAN project (e.g. gs032p3-ttcn-test-suite)
<TODO>
Procedure in TITAN command line:
- Open several SSH session (PuTTY...)
- Change to the directory ~/dev/TTF012_Mec/src/AtsMec/objs
- Change to the directory ~/dev/gs032p3-ttcn-test-suite/src/AtsMec/objs
- Build the test suite AtsMec
```sh
$ cd ~/dev/TTF012_Mec/ &&export ATS=AtsMec
$ cd ~/dev/gs032p3-ttcn-test-suite/ &&export ATS=AtsMec
$ make
...
```
@@ -258,7 +258,7 @@ $ make
- To run the test suite, execute the following command: