Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Computing
cbmroot
Commits
fb985cee
Commit
fb985cee
authored
4 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Fix reco tests dependencies for mCBM2020
parent
f63f559a
No related branches found
No related tags found
1 merge request
!213
Fix reco tests dependencies for mCBM2020
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/beamtime/mcbm2020/CMakeLists.txt
+3
-3
3 additions, 3 deletions
macro/beamtime/mcbm2020/CMakeLists.txt
with
3 additions
and
3 deletions
macro/beamtime/mcbm2020/CMakeLists.txt
+
3
−
3
View file @
fb985cee
...
...
@@ -100,7 +100,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
Set_Tests_Properties
(
${
testname
}
PROPERTIES TIMEOUT
"600"
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES PASS_REGULAR_EXPRESSION
"Test Passed;All ok"
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_REQUIRED
${
fixture_unpacked_
${
RUN
}}
)
set_tests_properties
(
${
testname
}
PROPERTIES DEPENDS
fixture
_buil
t
_evt_win_
${
RUN
}
)
set_tests_properties
(
${
testname
}
PROPERTIES DEPENDS
mcbm
_buil
d
_ev
en
t_win_
2020_
${
RUN
}
)
Set
(
fixture_mcbm_reco_
${
RUN
}
fixture_done_
${
testname
}
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_SETUP
${
fixture_mcbm_reco_
${
RUN
}}
)
...
...
@@ -109,7 +109,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
Set_Tests_Properties
(
${
testname
}
PROPERTIES TIMEOUT
"600"
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES PASS_REGULAR_EXPRESSION
"Test Passed;All ok"
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_REQUIRED
${
fixture_unpacked_
${
RUN
}}
)
set_tests_properties
(
${
testname
}
PROPERTIES DEPENDS
fixture_
mcbm_reco_
${
RUN
}
)
set_tests_properties
(
${
testname
}
PROPERTIES DEPENDS mcbm_reco_
2020_
${
RUN
}
)
Set
(
fixture_mcbm_build_reco_
${
RUN
}
fixture_done_
${
testname
}
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_SETUP
${
fixture_mcbm_build_reco_
${
RUN
}}
)
...
...
@@ -118,7 +118,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
Set_Tests_Properties
(
${
testname
}
PROPERTIES TIMEOUT
"600"
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES PASS_REGULAR_EXPRESSION
"Test Passed;All ok"
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_REQUIRED
${
fixture_unpacked_
${
RUN
}}
)
set_tests_properties
(
${
testname
}
PROPERTIES DEPENDS
fixture_
mcbm_build_reco_
${
RUN
}
)
set_tests_properties
(
${
testname
}
PROPERTIES DEPENDS mcbm_build_reco_
2020_
${
RUN
}
)
Set
(
fixture_mcbm_event_reco_
${
RUN
}
fixture_done_
${
testname
}
)
set_tests_properties
(
${
testname
}
PROPERTIES FIXTURES_SETUP
${
fixture_mcbm_event_reco_
${
RUN
}}
)
...
...
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