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

Add test support in VxWorks 7. #3036

Closed
wants to merge 1 commit into from

Conversation

wenshan1
Copy link

The API system() isn't supported by VxWorks7.
Use posix APIs implements a new function
vxRemoveDir() to remove a whole directory.

The API system() isn't supported by VxWorks7.
Use posix APIs implements a new function
vxRemoveDir() to remove a whole directory.
@gabime
Copy link
Owner

gabime commented Mar 15, 2024

No need to recursively delete files and folders for tests. It is enough to delete all files in the direcroy since tests don't create sub folders

@gabime gabime closed this Mar 15, 2024
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

Successfully merging this pull request may close these issues.

2 participants