Skip to content
Snippets Groups Projects
Commit d1f8e14d authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Minor renamings (docs, comments)

parent 356658aa
No related branches found
No related tags found
2 merge requests!41Release 0.3.0,!36Rename cppinttest
Pipeline #54878 failed
# General # General
build/ build/
include/libcaosdbConfig.h include/liblinkaheadConfig.h
cert/ cert/
# CMake # CMake
......
# #
# This file is a part of the CaosDB Project. # This file is a part of the LinkAhead Project.
# #
# Copyright (C) 2018 Research Group Biomedical Physics, # Copyright (C) 2018 Research Group Biomedical Physics,
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen # Max-Planck-Institute for Dynamics and Self-Organization Göttingen
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
project(liblinkahead_inttests project(liblinkahead_inttests
DESCRIPTION "Integration tests for the C++ client libraries of the CaosDB project which run against the CaosDB server." DESCRIPTION "Integration tests for the C++ client libraries of the LinkAhead project which run against the LinkAhead server."
LANGUAGES CXX) LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
......
# caosdb-cppinttest # linkahead-cppinttest
Integration tests for caosdb-cpplib and the caosdb-server Integration tests for linkahead-cpplib and the linkahead-server
# Dependencies # Dependencies
...@@ -14,7 +14,7 @@ Integration tests for caosdb-cpplib and the caosdb-server ...@@ -14,7 +14,7 @@ Integration tests for caosdb-cpplib and the caosdb-server
## Prerequisites ## Prerequisites
Create a local conan package from the caosdb-cpplib repository Create a local conan package from the linkahead-cpplib repository
## Build & Execution ## Build & Execution
...@@ -28,7 +28,7 @@ or manually via ...@@ -28,7 +28,7 @@ or manually via
2. `cmake --preset conan-<debug/release>` 2. `cmake --preset conan-<debug/release>`
3. `cd build <Debug/Release>` 3. `cd build <Debug/Release>`
4. `cmake --build .` 4. `cmake --build .`
5. Provide client configuration at `~/.caosdb-client.json` or via any other method described in the docs. 5. Provide client configuration at `~/.linkahead-client.json` or via any other method described in the docs.
6. There are tests which need access to the server's certificate file. Define 6. There are tests which need access to the server's certificate file. Define
path to the pem file in the `CAOSDB_SERVER_CERT` environment variable. path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
7. Run with `ctest` in the build directory. 7. 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