- Update your default environment with the content of the script $HOME/dev/TTF009_Ng112/scripts/devenv.bash.ubuntu
- Update your default environment with the content of the script $HOME/dev/NG112/scripts/devenv.bash.ubuntu
- Switch to the next clause (Usage)
@@ -245,16 +242,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. TTF009_Ng112)
- Create a new TITAN project (e.g. NG112)
- Import the .tpd file located at the root level of the project
Procedure in TITAN command line:
- Open several SSH session (PuTTY...)
- Change to the directory ~/dev/TTF009_Ng112/
- Change to the directory ~/dev/NG112/
- Build the test suite you want to exectue (e.g. LIS test suite)
```sh
$ cd ~/dev/TTF009_Ng112/
$ cd ~/dev/NG112/
$ export ATS=AtsLIS
$ make
...
@@ -270,7 +267,7 @@ $ make
- To run the test suitem, execute the following command: