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 driver for GUI. #918

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

tsteven4
Copy link
Collaborator

@tsteven4 tsteven4 commented Sep 1, 2022

This can be run under cmake. I haven't, and don't intend to, enhance our qmake support at this point.

mkdir bld
cd bld
cmake ..
cmake --build . --target GPSBabelFE_test
ctest -V -R test-gui

I haven't added coverage collection for the gui yet, nor merged the gui coverage and the cli coverage reports

This is working on macOS and Ubuntu and windows.

@tsteven4 tsteven4 marked this pull request as draft September 1, 2022 19:54
@robertlipe
Copy link
Collaborator

Clever. I've started something like this a time or two through the years and never got anywhere with it. This looks really promising.

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.

None yet

2 participants