You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,8 @@ Visit Labs64 NetLicensing at http://netlicensing.io
32
32
2. Checkout NetLicensingClient-cpp
33
33
3. Run cmake or cmake .. from build sub directory
34
34
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.
0 commit comments