Skip to content

Commit

Permalink
+doc for build and run examples and test
Browse files Browse the repository at this point in the history
  • Loading branch information
bebuch committed Nov 30, 2018
1 parent 4f82ffa commit 760d45b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,28 @@ cmake -DCMAKE_PREFIX_PATH=$HOME/.local /path/to/your/project
make
```


### Build and run examples

Build and run by:

```bash
cmake -Dlogsys_BUILD_EXAMPLES=ON /path/to/concurrent_queue
make
run-parts -v ./examples
```

### Build and run unit tests

Build and run by:

```bash
cmake -Dlogsys_BUILD_TESTS=ON /path/to/concurrent_queue
make
./test/tests
```


## Usage

There are three functions you need to know:
Expand Down

0 comments on commit 760d45b

Please sign in to comment.