Fix VERSIONBUILD stability and unify root test/CI entrypoints#12
Merged
Fix VERSIONBUILD stability and unify root test/CI entrypoints#12
Conversation
added 3 commits
February 20, 2026 22:22
Store VERSIONBUILD in compile/.versionbuild so day rollovers do not change source/package paths mid-build. This keeps a consistent VERSIONBUILD across sub-makes and allows explicit override via make VERSIONBUILD=... Refs #9
Add top-level Makefile targets for fast, full, and QED-only test execution, delegating to tests/ while preserving PREFIX. Update tests Makefile to avoid BUILD_DIR collisions with exported top-level variables. Document the new root-level test commands in README.
Use top-level test entrypoints in workflow: make test and make test-all with PREFIX override.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
VERSIONBUILDhandling inVARSso sub-makes share a stable build date across long-running builds/restartsMakefile:make testmake test-allmake test-qedtests/Makefileto avoidBUILD_DIRcollisions when called from root makeREADME.mdmake test,make test-all)Files changed
.github/workflows/make.ymlMakefileREADME.mdVARStests/MakefileFixes #9