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

Implementing make test (unit test) #5

Closed
ggkollective opened this issue Jun 30, 2018 · 3 comments
Closed

Implementing make test (unit test) #5

ggkollective opened this issue Jun 30, 2018 · 3 comments

Comments

@ggkollective
Copy link

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.

@ggkollective ggkollective changed the title implementing make test (unit test) Implementing make test (unit test) Jun 30, 2018
@getroot
Copy link
Member

getroot commented Jul 1, 2018

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.

@getroot getroot closed this as completed Jul 1, 2018
@getroot getroot reopened this Jul 1, 2018
@dimiden
Copy link
Member

dimiden commented Jul 3, 2018

For more detail, until we develop our own unit test tool, we are going to apply test tools such as Google Test or Catch.
Because I think this is important, it will be thoroughly reviewed and applied.

@getroot getroot added this to the 1.0 Release milestone May 23, 2019
@getroot getroot removed this from the 1.0 Release milestone May 24, 2019
@getroot
Copy link
Member

getroot commented Mar 2, 2020

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.

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