Skip to content

[roottest] use cmake for root/treeproxy tests #19565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

linev
Copy link
Member

@linev linev commented Aug 7, 2025

In many cases one need to copy scripts into build directory and
configure macro path with:

                  ROOTEXE_OPTS -e "(void)gROOT->SetMacroPath(\"${CMAKE_CURRENT_BINARY_DIR}\")"

Otherwise TTreeProxyGenerator not able to find scripts.

Also crucial to have some compiled macros in current directory to get correct declaration file set for created TClass instance - like in case of TTrack class. When not set - created selected will miss Track.h include and will not work.

@linev linev requested a review from pcanal August 7, 2025 09:24
@linev linev self-assigned this Aug 7, 2025
@linev linev requested review from bellenot and dpiparo as code owners August 7, 2025 09:24
Copy link

github-actions bot commented Aug 7, 2025

Test Results

    21 files      21 suites   3d 7h 51m 16s ⏱️
 3 279 tests  3 279 ✅ 0 💤 0 ❌
67 132 runs  67 132 ✅ 0 💤 0 ❌

Results for commit 9eb674e.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant