You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test driver and end-to-end test functions to the testpappl program:
Add pwg-scanner.c in the testsuite directory, patterned on pwg-driver.c; ideally the driver should return test images with different colors/patterns as appropriate, and auto-associate to
Update pwg-driver.c to include a new "pwg_mfp" driver that auto-associates with the test scanner driver.
Update testpappl.c to add a "scan" test to validate scanning.
Update testmainloop.c to call the new scanner APIs prior to papplMainloop.
The text was updated successfully, but these errors were encountered:
Add a test driver and end-to-end test functions to the
testpappl
program:pwg-scanner.c
in the testsuite directory, patterned onpwg-driver.c
; ideally the driver should return test images with different colors/patterns as appropriate, and auto-associate topwg-driver.c
to include a new "pwg_mfp" driver that auto-associates with the test scanner driver.testpappl.c
to add a "scan" test to validate scanning.testmainloop.c
to call the new scanner APIs prior topapplMainloop
.The text was updated successfully, but these errors were encountered: