Skip to content
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

ctags and better python support #292

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

minipli-oss
Copy link
Contributor

  • Try to find a working python interpreter automatically, as not all systems ship the version-agnostic pyton one any more.
  • Also tags and TAGS make targets for ctags support.

These simplify my developer life on Debian 12 ;)

@minipli-oss minipli-oss requested a review from a team as a code owner August 28, 2023 12:17
wipawel
wipawel previously approved these changes Aug 28, 2023
tools/ci/get-python.sh Outdated Show resolved Hide resolved
Not all distributions ship a version-agnostic python wrapper any more,
making a simple 'make' fail and require the user to provide the proper
python interpreter through the PYTHON make variable.

Instead try to find a matching python wrapper automatically by probing
the ones we do support.

Signed-off-by: Mathias Krause <[email protected]>
Add 'tags' and 'TAGS' targets to generate corresponding ctags files.

Signed-off-by: Mathias Krause <[email protected]>
@wipawel wipawel merged commit 696a7fd into KernelTestFramework:mainline Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants