roottest
roottest copied to clipboard
Fixes to tree/cloning/CMakeLists.txt
- define variable before it is first used
- do not assume (root-config --tutdir) is $ROOTSYS/tutorials
Starting build on ROOT-debian10-i386
/cxx14
, ROOT-performance-centos8-multicore
/default
, ROOT-fedora30
/cxx14
, ROOT-fedora31
/noimt
, ROOT-ubuntu16
/nortcxxmod
, mac1014
/python3
, mac11.0
/cxx17
, windows10
/cxx14
How to customize builds
Starting build on ROOT-debian10-i386
/cxx14
, ROOT-performance-centos8-multicore
/default
, ROOT-fedora30
/cxx14
, ROOT-fedora31
/noimt
, ROOT-ubuntu16
/nortcxxmod
, mac1014
/python3
, mac11.0
/cxx17
, windows10
/cxx14
How to customize builds
Philippe mentioned that root-config --tutdir
might be wrong when ROOT is ready to be installed somewhere else and we run the tests from the build directory.
And hsimple.C
is use also in other tests and we should check that they can find it too.
Suggestion: use root-config --tutdir
for standalone roottest builds, use ROOT_SOURCE_DIR/tutorials otherwise.