Skip to content

Commit 66e398a

Browse files
author
alex
committed
readme update
1 parent 00780c3 commit 66e398a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

cpp/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@ You can of course include specific headers if you wish to.
5959
To link with the `api` use the `librapp.so` (shared library) or with the static version `librapp.a`.
6060
For linking instructions, please have a look at CMake helpfiles.
6161

62+
# Testing
63+
64+
Simply run:
65+
66+
```
67+
make test
68+
```
69+
70+
in your build directory.
71+
Any complains about a file not found, means you have to copy the file from under `testdata` into `build`.
72+
For cloud tests, you must make sure there is a RAPP platform instance running and accessible, and pointed to
73+
by your config files.
74+
75+
6276
# OS with old gcc/g++
6377

6478
Some OSes do not ship with a newer *g++* (versions 4.8 and up),

0 commit comments

Comments
 (0)