Skip to content

Document the complete test-suite addition workflow - #331

Open
sylvesterkaczmarek wants to merge 1 commit into
ARM-software:mainfrom
sylvesterkaczmarek:docs/testing-readme-259
Open

Document the complete test-suite addition workflow#331
sylvesterkaczmarek wants to merge 1 commit into
ARM-software:mainfrom
sylvesterkaczmarek:docs/testing-readme-259

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Summary

  • add a concise checklist covering test descriptions, generated patterns and references, implementation files, build registration, and regenerated sources
  • direct test and benchmark files to their current Include and Source subdirectories
  • link the existing pattern-generation example and generation instructions

Context

The current instructions still point contributors to Include/MyClass.h and Source/MyClass.cpp, and they omit several required integration steps. The repository now keeps tests and benchmarks in separate subdirectories and registers implementations in Testing/CMakeLists.txt.

Fixes #259.

Validation

  • git diff --check
  • verified that Testing/PatternGeneration/Example.py, the documented source directories, and the referenced CMake file exist on main
  • verified that the internal README heading link targets the existing generation section

Documentation-only change. No code tests were run.

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.

Clarification on Adding Tests in Testing/Readme.md

1 participant