Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergei Zharko
cbmroot
Commits
b1106183
Commit
b1106183
authored
Nov 19, 2021
by
Administrator
Committed by
Florian Uhlig
Nov 29, 2021
Browse files
Add script to test the CbmRoot installation
parent
692c3fba
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/scripts/execute_installation_test.sh
0 → 100755
View file @
b1106183
#!/bin/bash
install_dir
=
$1
source
$install_dir
/bin/CbmRootConfig.sh
cd
$install_dir
/share/cbmroot/macro/run
$install_dir
/share/cbmroot/macro/run/run_tests.sh
return_value
=
$?
exit
$return_value
#cd $install_dir/share/cbmroot/macro
#pwd
#ls -la
#$install_dir/share/cbmroot/macro/checklibs.sh $PWD $install_dir/lib
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment