Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergey 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
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
cmake/scripts/execute_installation_test.sh
cmake/scripts/execute_installation_test.sh
+16
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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