Skip to content

Add heirarchical makefiles, update .gitignores, fix missing init in rsa benchmark #124

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

Merged
merged 1 commit into from
Jun 27, 2025

Conversation

billphipps
Copy link
Contributor

Simplifications and cleanups.

@billphipps billphipps requested review from bigbrett and Copilot June 26, 2025 17:07
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Streamlines the build process by introducing hierarchical Makefiles, updating ignore rules, and fixing an uninitialized variable in the RSA benchmark.

  • Added nvm_metadata.txt to .gitignore for whnvmtool.
  • Created subdirectory Makefiles for tools/testcertgen, tools, examples, and a top-level Makefile.
  • Initialized benchStartRet in wh_bench_mod_rsa.c to prevent use of an uninitialized variable.

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/whnvmtool/.gitignore Ignoring new metadata file
tools/testcertgen/Makefile Added build target and placeholder clean target
tools/Makefile Entry point for building tools subdirectories
examples/Makefile Entry point for building example subdirectories
benchmark/bench_modules/wh_bench_mod_rsa.c Initialized benchStartRet to 0
Makefile Top-level orchestration for test, benchmark, tools, examples

@bigbrett bigbrett merged commit 5fd7b2b into wolfSSL:main Jun 27, 2025
5 checks passed
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