Skip to content
Snippets Groups Projects
Select Git revision
  • 49903b4537f09498be038aac8bf9e89f5fddabd9
  • main default protected
  • dev protected
  • f-string-ids
  • f-empty
  • caosdb-cpplib-v0.2.2
  • caosdb-server-v0.9.0
  • caosdb-cpplib-v0.2.1
  • caosdb-cpplib-v0.2.0
  • caosdb-server-v0.8.0
  • caosdb-cpplib-v0.1.2
  • caosdb-server-v0.7.3
  • caosdb-cpplib-v0.1
  • caosdb-server-v0.7.2
14 results

caosdb-cppinttest

  • Clone with SSH
  • Clone with HTTPS
  • Timm Fitschen's avatar
    49903b45
    History

    caosdb-cppinttest

    Integration tests for caosdb-cpplib and the caosdb-server

    Run tests

    1. mkdir build && cd build/
    2. conan install .. -s "compiler.libcxx=libstdc++11"
    3. cmake -B . ..
    4. cmake --build .
    5. Setup env vars
    6. Run with ctest in the build directory.