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

Add tests #12

Open
giordano opened this issue Mar 11, 2019 · 1 comment
Open

Add tests #12

giordano opened this issue Mar 11, 2019 · 1 comment

Comments

@giordano
Copy link
Collaborator

Travis is setup for this repository but it currently only checks that the program can be built without errors. There is a file in the test/ directory with a single assertion, but this doesn't seem to be used anywhere for automatic testing.

Tools that could be used to perform the tests are

The second one has the advantage to be already a dependency of the program and it's already used in the file in test/ directory.

@EiffL
Copy link
Member

EiffL commented Mar 11, 2019

I would rather argue for Boost.Test

The existing file in test/ was just a prototype, never actually implemented tests :-(

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