Skip to content
Snippets Groups Projects
Commit 09956957 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: additional hint on how to run the tests

parent 52792b00
No related branches found
No related tags found
1 merge request!8F files
...@@ -12,11 +12,17 @@ Integration tests for caosdb-cpplib and the caosdb-server ...@@ -12,11 +12,17 @@ Integration tests for caosdb-cpplib and the caosdb-server
# Run tests # Run tests
## Prerequisite
Create a local conan package from the caosdb-cpplib repository
## Build & Execution
1. `mkdir build && cd build/` 1. `mkdir build && cd build/`
2. `conan install .. -s "compiler.libcxx=libstdc++11"` 2. `conan install .. -s "compiler.libcxx=libstdc++11"`
3. `cmake -B . ..` 3. `cmake -B . ..`
4. `cmake --build .` 4. `cmake --build .`
5. Setup env vars 5. Setup env vars
- CAOSDB_SERVER_GRPC_PORT_HTTP
- CAOSDB_SERVER_HOST
- CAOSDB_SERVER_GRPC_PORT_HTTPS
- CAOSDB_SERVER_CERT
6. Run with `ctest` in the build directory. 6. Run with `ctest` in the build directory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment