Skip to content

Commit

Permalink
latest otg-examples submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bortok committed Feb 18, 2023
1 parent 06534d5 commit 5bb8fd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ go build -ldflags="-X 'github.com/open-traffic-generator/otgen/cmd.version=v0.0.

## Test

### Submodules

Parts of the `test` hierarchy are coming from submodules. To update content of the submodules to the most recent one, use:

```Shell
git submodule update --remote
```

### `create`

See `tests` in [`Makefile`](Makefile)
Expand Down

0 comments on commit 5bb8fd7

Please sign in to comment.