Skip to content

Commit 935a98d

Browse files
committed
include validate
1 parent d2c0de0 commit 935a98d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,14 @@ bench run benchmark on push operation
9696
test exercise all queue operations
9797
coverage check code coverage
9898
install copy include files to install location
99+
validate execute from the installed version
99100
docs generate Doxygen HTML documentation, including API docs
100101
windows_unicode_fix needed for unicode output on windows
101102
```
102103

103104
`make -j4 all` will run the following steps:
104105
```bash
105-
all: clean debug release test bench coverage install docs
106+
all: clean debug release test bench coverage install validate docs
106107
```
107108

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

0 commit comments

Comments
 (0)