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

Cleaning up Unit Test folders #689

Closed
saba-ja opened this issue Jun 9, 2021 · 1 comment
Closed

Cleaning up Unit Test folders #689

saba-ja opened this issue Jun 9, 2021 · 1 comment
Labels

Comments

@saba-ja
Copy link
Contributor

saba-ja commented Jun 9, 2021

F´ Version 1.5
Affected Component All

Problem Description

Unit test folders currently contain old binary executable UT files, old R&D checklists, and Google test suite files, gcov files, and old make files.
This ticket will be used to track the subsequent PRs cleaning up UT folders.

How to Reproduce

To list binary files run find . -type f -name runtest_*
To list gcov files run find . -type f -name *.gcov
etc.

Expected Behavior

With the new fprime-util tool there is no need to keep the old executable files or include Google test suite files.

@saba-ja saba-ja added the bug label Jun 9, 2021
This was referenced Jun 9, 2021
@AdvaitDhingra
Copy link
Contributor

AdvaitDhingra commented Jun 11, 2021

Are there any more outdated ut test files to remove? I think I've found more gcov files in Svc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants