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

Suggestion: create separate 'tests' VS project #173

Open
gavanderhoorn opened this issue Oct 7, 2023 · 0 comments
Open

Suggestion: create separate 'tests' VS project #173

gavanderhoorn opened this issue Oct 7, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted todo Not an issue, just a TODO
Milestone

Comments

@gavanderhoorn
Copy link
Collaborator

We have a couple of unit tests already, and #172 will add some more.

Right now these are built as part of the main executable, but that's not needed.

We could consider creating an additional VS project as part of the MotoROS2 solution which builds a stand-alone unit testing executable. That executable could be deployed on our test controller much easier and runs would be much faster as they would only exercise the code-under-test (instead of starting a full MotoROS2 instance).

@gavanderhoorn gavanderhoorn added enhancement New feature or request good first issue Good for newcomers help wanted todo Not an issue, just a TODO labels Oct 7, 2023
@gavanderhoorn gavanderhoorn added this to the untargeted milestone Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted todo Not an issue, just a TODO
Projects
None yet
Development

No branches or pull requests

1 participant