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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cppinttest
Commits
026b2417
Commit
026b2417
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: linting and compile db
parent
9f6eea51
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!8
F files
Pipeline
#12157
failed
3 years ago
Stage: info
Stage: setup
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
test/test_connection.cpp
+3
-3
3 additions, 3 deletions
test/test_connection.cpp
with
4 additions
and
3 deletions
CMakeLists.txt
+
1
−
0
View file @
026b2417
...
@@ -26,6 +26,7 @@ project(libcaosdb_inttests
...
@@ -26,6 +26,7 @@ project(libcaosdb_inttests
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS ON
)
# dependency management with conan
# dependency management with conan
...
...
This diff is collapsed.
Click to expand it.
test/test_connection.cpp
+
3
−
3
View file @
026b2417
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
#include
"caosdb/info.h"
// for VersionInfo
#include
"caosdb/info.h"
// for VersionInfo
#include
"caosdb/utility.h"
// for get_env_var
#include
"caosdb/utility.h"
// for get_env_var
#include
"caosdb_test_utility.h"
// for EXPECT_THROW_MESSAGE
#include
"caosdb_test_utility.h"
// for EXPECT_THROW_MESSAGE
#include
<gtest/gtest-message.h>
// for Message
#include
<gtest/gtest-message.h>
//
NOLINT TODO ??
for Message
#include
<gtest/gtest-test-part.h>
// for SuiteApiResolver, TestPartR...
#include
<gtest/gtest-test-part.h>
//
NOLINT
for SuiteApiResolver, TestPartR...
#include
"gtest/gtest_pred_impl.h"
// for Test, TestInfo, TEST, EXPEC...
#include
"gtest/gtest_pred_impl.h"
//
NOLINT
for Test, TestInfo, TEST, EXPEC...
#include
<memory>
// for allocator, unique_ptr, __sh...
#include
<memory>
// for allocator, unique_ptr, __sh...
#include
<string>
// for stoi, string
#include
<string>
// for stoi, string
...
...
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