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
2c3da1df
Commit
2c3da1df
authored
8 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Screwed up test scripts. Reverted back.
parent
4845de32
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/run_test_package.sh
+3
-9
3 additions, 9 deletions
cmake/run_test_package.sh
with
3 additions
and
9 deletions
cmake/run_test_package.sh
+
3
−
9
View file @
2c3da1df
...
@@ -5,16 +5,10 @@
...
@@ -5,16 +5,10 @@
# calls the command (given as first argument)
# calls the command (given as first argument)
# with all following arguments
# with all following arguments
#
#
if
[
!
${
DD4hep_DIR
}
]
;
then
export
DD4hep_DIR
=
@DD4hep_DIR@
;
fi
;
#
source
${
DD4hep_DIR
}
/bin/thisdd4hep.sh
;
dd4hep_parse_this
${
BASH_ARGV
[0]
}
@PackageName@
;
#
#----- initialize environment for this package - including DD4hep
#----- initialize environment for this package - including DD4hep
source
${
THIS
}
/bin/this@PackageName@.sh
source
@CMAKE_INSTALL_PREFIX@
/bin/this@PackageName@.sh
#
#----- parse command line - first argument is the
#----- parse command line - first argument is the
# test to run
# test to run
command
=
$1
command
=
$1
...
...
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