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

Unit tests: cleanup and unify code structure #28

Closed
gicmo opened this issue Sep 29, 2013 · 1 comment
Closed

Unit tests: cleanup and unify code structure #28

gicmo opened this issue Sep 29, 2013 · 1 comment
Assignees
Milestone

Comments

@gicmo
Copy link
Member

gicmo commented Sep 29, 2013

Currently all source code for tests is actually included in the header files for each test and the cpp files are clones of each other. This code structure is not nice. We should move all implementation to the cpp files again and run all tests through a UnitTestRunner binary, which either runs all tests or only the one specified on the command line. The latter feature is already in TestAll.

@ghost ghost assigned gicmo Sep 29, 2013
@gicmo
Copy link
Member Author

gicmo commented Sep 30, 2013

This has been fixed with commit c799d82.

@gicmo gicmo closed this as completed Sep 30, 2013
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

1 participant