sst-core
sst-core copied to clipboard
Add `./scripts/test-includes.pl` to CI
We should see if there is a practical way to add
./scripts/test-includes.plas a regular part of CI. When run without arguments, it tests for missing#includes and returns a nonzero exit code if there are any missing, as well as describe which ones are missing. If run with--fix, it automatically fixes them in your working tree (you still need togit addandgit committhe changes).
Originally posted by @leekillough in https://github.com/sstsimulator/sst-core/issues/1423#issuecomment-3325046237
We should add this as a local hook under pre-commit.