Skip to content

Commit

Permalink
include validate
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-e-p committed Apr 14, 2023
1 parent d2c0de0 commit 935a98d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,14 @@ bench run benchmark on push operation
test exercise all queue operations
coverage check code coverage
install copy include files to install location
validate execute from the installed version
docs generate Doxygen HTML documentation, including API docs
windows_unicode_fix needed for unicode output on windows
```

`make -j4 all` will run the following steps:
```bash
all: clean debug release test bench coverage install docs
all: clean debug release test bench coverage install validate docs
```

`make release` builds the examples under [standalone/source](standalone/source/)
Expand Down

0 comments on commit 935a98d

Please sign in to comment.