Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
mpim-sw
cdo
Commits
92177f16
Commit
92177f16
authored
1 month ago
by
Oliver Heidmann
Browse files
Options
Downloads
Patches
Plain Diff
tests now get cdo_compile_definitions, libcdi update to cmake update branch
parent
0beb9abf
Branches
cdo-khw-plugins
No related tags found
1 merge request
!312
CMake Improvements and fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libcdi
+1
-1
1 addition, 1 deletion
libcdi
test/bandit_tests/CMakeLists.txt
+1
-0
1 addition, 0 deletions
test/bandit_tests/CMakeLists.txt
with
2 additions
and
1 deletion
libcdi
@
aadde2aa
Compare
b9a7b1f0
...
aadde2aa
Subproject commit
b9a7b1f01600456c195ea4b1611098e0d39cdfe7
Subproject commit
aadde2aaf772967b41e461516093cb6a30771a51
This diff is collapsed.
Click to expand it.
test/bandit_tests/CMakeLists.txt
+
1
−
0
View file @
92177f16
...
...
@@ -24,6 +24,7 @@ foreach(target ${current_targets})
target_include_directories
(
${
target
}
PRIVATE ../../libcdi/interfaces/
)
target_include_directories
(
${
target
}
PRIVATE ../../libcdi/src/
)
target_link_libraries
(
${
target
}
PRIVATE cdolib cdilib
)
target_compile_definitions
(
${
target
}
PRIVATE
${
cdo_compile_definitons
}
)
add_test
(
NAME
${
target
}
COMMAND
${
target
}
)
if
(
labels_
${
target
}
)
set_property
(
TEST
${
target
}
PROPERTY LABELS labels_
${
target
}
)
...
...
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