Commit 10e29784 authored by YannGarcia's avatar YannGarcia
Browse files

Update LibCommon submodule

parent 8a3269d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ $ ./docker-run.sh version
To build the MEC Test Suite, execute the following command:

```sh
$ ./docker-run.sh build
$ ./docker-run.sh build Mec_Location
```

Possble other options are 'clean' to remove all the build outputs or 'rebuild' to force a build of the Test Suite after a 'clean'.
@@ -129,7 +129,7 @@ Possble other options are 'clean' to remove all the build outputs or 'rebuild' t
To retrieve the list of the available test cases, execute the following command:

```sh
$ ./docker-run.sh list
$ ./docker-run.sh list Mec_Location
```

Before to execute the MEC Test Suite, prepare, edit and update the configuration file:
@@ -142,7 +142,7 @@ $ vi ../../etc/AtsXxx/AtsXxx.cfg # To update it
To execute the MEC Test Suite, execute the following command:

```sh
$ ./docker-run.sh run
$ ./docker-run.sh run Mec_Location
```

<b>Notes</b>: