-
Notifications
You must be signed in to change notification settings - Fork 60
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
unit test template #236
unit test template #236
Conversation
rmv unnecessary comment in top cmake lists typos in readme and check_files
this fails for MAC OS but I do not see a connection between my PR and the mac failure. I believe it fails due to the warning installing conda. Warning: Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/. |
re-running the checks with-out change, it now works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is super awesome. What are your thoughts about moving this into Sparta?
Hi Knute.
Yes, moving it to sparta is fine with me. Couple questions.
Does this collide with SkeletonPipeline? Honestly I'm only now noticing
that sparta example and the similarities, my bad.
If moved into sparta should it be only there, or in both olympia and sparta
?
Your call.
Jeff
…On Mon, Dec 16, 2024 at 11:18 AM Knute ***@***.***> wrote:
***@***.**** approved this pull request.
This is super awesome. What are your thoughts about moving this into
Sparta?
—
Reply to this email directly, view it on GitHub
<#236 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A25MMC62VWSVG4PLNPTBPMD2F4DMXAVCNFSM6AAAAABTCVXQYGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKMBWHAYTQOBZG4>
.
You are receiving this because you were assigned.Message ID:
***@***.***
com>
|
I don't think it collides with anything in Sparta, really. If we do put this in sparta, a set of cool scripts would be nice to set up a unit. But I think here is fine. |
A unit test bench template. It intends to help new users create unit tests.
Three components, Src, Sink, Dut. Handles json and stf input test types.
Conforms to coding style through clang-formt.
I created this for myself a while back to help learning the concepts, updated for coding style.
It was useful to me when learning sparta/map/olympia.