Skip to content
Snippets Groups Projects
Verified Commit 6ae4b539 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: readme for building the tests

parent 15a7acce
No related branches found
No related tags found
No related merge requests found
Pipeline #9610 passed
Pipeline: caosdb-cppinttest

#9611

    ......@@ -35,9 +35,18 @@ If you encounter something like `protobufConfig.cmake` when doing `cmake ..` you
    ## Unit Tests
    ### Build
    For the tests there is a slightly different setup required (with option `-D CMAKE_BUILD_TYPE=Debug`)
    1. `mkdir build && cd build/`
    2. `cmake -B . -D CMAKE_BUILD_TYPE=Debug ..`
    3. `cmake --build .`
    ### Run
    Build tests as described above. In the build directory, run `ctest`
    In the build directory, run `ctest`
    ### Framework
    ......
    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