Skip to content
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

Test framework of choice for project? #11

Closed
lordofhyphens opened this issue Jul 25, 2014 · 5 comments
Closed

Test framework of choice for project? #11

lordofhyphens opened this issue Jul 25, 2014 · 5 comments

Comments

@lordofhyphens
Copy link

Continuing the conversation from #9.
Some questions:

Do we feel like we need to add tests for device code?
Do we want to include the test framework as a submodule (if possible)? Just list it as a dependency for the user to figure out installation on their own?

@harrism
Copy link
Owner

harrism commented Aug 1, 2014

Tests should test functionality of Hemi. If Hemi provides device code, then it should be tested. I think since Tests won't be a requirement for users to use the library, the framework can just be listed as a dependency.

@lordofhyphens
Copy link
Author

Fair enough.

@harrism
Copy link
Owner

harrism commented Aug 10, 2014

Actually now that I know how git submodules work, putting the test framework as a submodule works well, since it only gets the files when you git submodule update. But then again I don't know if google test is available on git.

@lordofhyphens
Copy link
Author

It's not that I'm aware of, but it would be possible to just clone the svn repo and leave a copy on github (BSD 3-clause). Which has been done many, many times.
https://github.com/search?q=googletest&ref=cmdform

Here's one that was updated recently: https://github.com/liquid-mirror/googletest

@lordofhyphens lordofhyphens reopened this Aug 11, 2014
@harrism
Copy link
Owner

harrism commented Dec 22, 2015

googletest is now a submodule. Closing.

@harrism harrism closed this as completed Dec 22, 2015
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

No branches or pull requests

2 participants