Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs-feliks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Feliks Kiszkurno
ogs-feliks
Commits
08e4cf5a
Unverified
Commit
08e4cf5a
authored
7 months ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[T] Add ctest label python.
parent
0cc67e83
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Applications/Python/CMakeLists.txt
+3
-1
3 additions, 1 deletion
Applications/Python/CMakeLists.txt
scripts/cmake/test/NotebookTest.cmake
+1
-1
1 addition, 1 deletion
scripts/cmake/test/NotebookTest.cmake
with
4 additions
and
2 deletions
Applications/Python/CMakeLists.txt
+
3
−
1
View file @
08e4cf5a
...
@@ -34,7 +34,9 @@ if(OGS_USE_PIP)
...
@@ -34,7 +34,9 @@ if(OGS_USE_PIP)
COMMAND pytest -c
${
PROJECT_SOURCE_DIR
}
/pyproject.toml
COMMAND pytest -c
${
PROJECT_SOURCE_DIR
}
/pyproject.toml
WORKING_DIRECTORY
${
PROJECT_SOURCE_DIR
}
WORKING_DIRECTORY
${
PROJECT_SOURCE_DIR
}
)
)
set_tests_properties
(
pytest PROPERTIES LABELS
"default"
)
set_tests_properties
(
pytest PROPERTIES LABELS
"default;python"
COST 10
)
add_dependencies
(
add_dependencies
(
ctest
ctest
...
...
This diff is collapsed.
Click to expand it.
scripts/cmake/test/NotebookTest.cmake
+
1
−
1
View file @
08e4cf5a
...
@@ -46,7 +46,7 @@ function(NotebookTest)
...
@@ -46,7 +46,7 @@ function(NotebookTest)
if
(
EXISTS
${
CMAKE_CURRENT_LIST_DIR
}
/ProcessLib
)
if
(
EXISTS
${
CMAKE_CURRENT_LIST_DIR
}
/ProcessLib
)
current_dir_as_list
(
ProcessLib labels
)
current_dir_as_list
(
ProcessLib labels
)
endif
()
endif
()
list
(
APPEND labels Notebook
)
list
(
APPEND labels Notebook
python
)
if
(
DEFINED NotebookTest_LABELS
)
if
(
DEFINED NotebookTest_LABELS
)
list
(
APPEND labels
${
NotebookTest_LABELS
}
)
list
(
APPEND labels
${
NotebookTest_LABELS
}
)
else
()
else
()
...
...
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