-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tracking features to support the runtime test-suite #10
Comments
Do you plan to use Xvfb for testing or do you have something else in mind? I see it's used by libfltk but only to get a screenshot
|
Short answer: possibly, but it is quite low on the priority list for now, unless you have a case in favour. For context, there are several types of tests I would like to run:
For now, only the first three types are a priority. There is no specific need for a different X server to run them, if not to avoid the "memory leaks" X11 has, which admittedly lessen the usability of valgrind's reports. |
My only first-hand experience with using Xvfb for testing is basically: In a shell script, run with |
For (my future) reference, I tested |
TODO:
VS_HEADLESS
flagVS_TEST
to enable the internal testing interfaceVS_LOG_FILE
to define where to place the output fromglobal::debug
global::debug
test
function in scripts to be called on special event testThe text was updated successfully, but these errors were encountered: