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

Adopt a unit testing framework? #42

Open
CinchBlue opened this issue Feb 5, 2017 · 2 comments
Open

Adopt a unit testing framework? #42

CinchBlue opened this issue Feb 5, 2017 · 2 comments

Comments

@CinchBlue
Copy link

I was wondering; is there a future plan to use Silicon with a previously established unit testing framework, like Catch or Google Test? I've found that it's extremely helpful to be able to write unit tests in the course of development, and I would figure that having the same power would be helpful.

@matt-42
Copy link
Owner

matt-42 commented Feb 7, 2017

We are using ctest from cmake and assert, but we still need to link it with travis CI.
https://cmake.org/Wiki/CMake/Testing_With_CTest

What are the advantages of Catch or Google Test over ctest/assert ?
We could switch if it worth it. It won't require too much work I think.

@Lewiscowles1986
Copy link

IDK about changing to catch, but https://github.com/TusharChugh/travis-gcov-gtest-example would be a real benefit of Travis with a coverage tool

@Lewiscowles1986 Lewiscowles1986 mentioned this issue Jun 11, 2018
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

3 participants