Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cppinttest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cppinttest
Commits
d1f8e14d
Commit
d1f8e14d
authored
10 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Minor renamings (docs, comments)
parent
356658aa
No related branches found
No related tags found
2 merge requests
!41
Release 0.3.0
,
!36
Rename cppinttest
Pipeline
#54878
failed
10 months ago
Stage: info
Stage: setup
Stage: build
Stage: test
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
README.md
+4
-4
4 additions, 4 deletions
README.md
with
7 additions
and
7 deletions
.gitignore
+
1
−
1
View file @
d1f8e14d
# General
# General
build/
build/
include/lib
caosdb
Config.h
include/lib
linkahead
Config.h
cert/
cert/
# CMake
# CMake
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
d1f8e14d
#
#
# 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
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
d1f8e14d
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
4
View file @
d1f8e14d
#
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment