Skip to content

Commit 558145f

Browse files
committed
Update README.md
1 parent bcf6339 commit 558145f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Visit Labs64 NetLicensing at http://netlicensing.io
3232
2. Checkout NetLicensingClient-cpp
3333
3. Run cmake or cmake .. from build sub directory
3434
4. make
35+
36+
### Unit tests
37+
38+
For unit tests you need installed boost unit test library. To build project with unit tests activated use cmake option -DBUILD_TESTS=yes. For example cmake -DBUILD_TESTS=yes .. . Run tests exactly from tests directory in linux or tests/Debug on windows because of expected positions of json source files.
39+

0 commit comments

Comments
 (0)