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
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -12,11 +12,17 @@ Integration tests for caosdb-cpplib and the caosdb-server
# Run tests
## Prerequisite
Create a local conan package from the caosdb-cpplib repository
## Build & Execution
1. `mkdir build && cd build/`
2. `conan install .. -s "compiler.libcxx=libstdc++11"`
3. `cmake -B . ..`
4. `cmake --build .`
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment