-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix broken unit tests + update CMake infra #31
Conversation
- CPM for yaml-cpp & boost::interprocess - CMake for cpp tests - can now be added in tt_metal with add_subdirectory
f6adff5
to
806fb9e
Compare
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.
Overall looks reasonable. Some suggestions
- Augment readme with build instructions for CMake (command-line recipe for impatient people to copy/paste)
- Deprecate the Makefile build flow (it still needs to support BBE, up to you whether it correctly generates the unit tests)
What do you mean by deprecate the makefile build flow? Remove it from the readme and replace it with cmake as the main build system? |
Pretty much. It still has to be there for BBE, but you could remove it from the readme in favor of CMake instructions (or remark in the readme that it is deprecated / no longer maintained). |
ac71e20
to
bd507a8
Compare
Included in PR:
add_subdirectory
For BBE:
make build
andmake test
)