diff --git a/.gitignore b/.gitignore index 425118edef63bd4aaf7962d39f6db9db776187a3..0acf6ce66251eecdeb4883105a64b5030ee03a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # General build/ -include/libcaosdbConfig.h +include/liblinkaheadConfig.h cert/ # CMake diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7db556ade9e65934034e1a02d376f34e663274da..d731c9f8493e2c43fccc93ac931512beda2d5ed9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # -# 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, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ae868e8244f0d2a8ba56a0c1559abf07b88b20f..2e970c9544fcdf995648b40b010005a814311f8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.13) 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) set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index 62f212d73fe34679b36c26c2a6e5f0404113e223..e1680f34fb9064245ffe386a692a14a6d54a7f8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# caosdb-cppinttest +# linkahead-cppinttest -Integration tests for caosdb-cpplib and the caosdb-server +Integration tests for linkahead-cpplib and the linkahead-server # Dependencies @@ -14,7 +14,7 @@ Integration tests for caosdb-cpplib and the caosdb-server ## Prerequisites -Create a local conan package from the caosdb-cpplib repository +Create a local conan package from the linkahead-cpplib repository ## Build & Execution @@ -28,7 +28,7 @@ or manually via 2. `cmake --preset conan-<debug/release>` 3. `cd build <Debug/Release>` 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 path to the pem file in the `CAOSDB_SERVER_CERT` environment variable. 7. Run with `ctest` in the build directory.