-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implementing make test (unit test) #5
Comments
We are already using our own developed UNIT TEST. However, developing automated tools for external contributors is a very large project, and we want to develop it after completing high-priority tasks. |
For more detail, until we develop our own unit test tool, we are going to apply test tools such as Google Test or Catch. |
This issue has been closed since it has been inactive for quite some time. If you want to continue discussing this issue, please feel free to reopen it. |
Fixed an issue with connecting two Origins simultaneously on one Edge…
I think this is also high priority issue since we cannot assume that the application is working correctly.
Since the application doesn't have dependency with boost library, I'm not sure that using boost's uni test is the best option. there are so many header-only libraries for unit test.
If there are some tests, we would be able to build the continuous integration process.
The text was updated successfully, but these errors were encountered: