Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
5a2f6ef9
Commit
5a2f6ef9
authored
4 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix eight-point shape verification on MAC
parent
7d6b6bc4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/ClientTests/CMakeLists.txt
+1
-1
1 addition, 1 deletion
examples/ClientTests/CMakeLists.txt
with
1 addition
and
1 deletion
examples/ClientTests/CMakeLists.txt
+
1
−
1
View file @
5a2f6ef9
...
@@ -202,7 +202,7 @@ foreach (test ${ClientTests_ShapeTests})
...
@@ -202,7 +202,7 @@ foreach (test ${ClientTests_ShapeTests})
dd4hep_add_test_reg
(
ClientTests_Check_Shape_
${
test
}
dd4hep_add_test_reg
(
ClientTests_Check_Shape_
${
test
}
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_ClientTests.sh"
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_ClientTests.sh"
EXEC_ARGS geoDisplay file:
${
ClientTestsEx_INSTALL
}
/compact/Check_Shape_
${
test
}
.xml -load -destroy
EXEC_ARGS geoDisplay file:
${
ClientTestsEx_INSTALL
}
/compact/Check_Shape_
${
test
}
.xml -load -destroy
REGEX_PASS
"Shape verification SUCCESSFUL
.
"
REGEX_PASS
"Shape verification SUCCESSFUL"
REGEX_FAIL
"ERROR;FAILED"
)
REGEX_FAIL
"ERROR;FAILED"
)
endforeach
()
endforeach
()
#
#
...
...
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