We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c0de0 commit 935a98dCopy full SHA for 935a98d
1 file changed
README.md
@@ -96,13 +96,14 @@ bench run benchmark on push operation
96
test exercise all queue operations
97
coverage check code coverage
98
install copy include files to install location
99
+validate execute from the installed version
100
docs generate Doxygen HTML documentation, including API docs
101
windows_unicode_fix needed for unicode output on windows
102
```
103
104
`make -j4 all` will run the following steps:
105
```bash
-all: clean debug release test bench coverage install docs
106
+all: clean debug release test bench coverage install validate docs
107
108
109
`make release` builds the examples under [standalone/source](standalone/source/)
0 commit comments