SDL Visual Test
|
#include "SDL_visualtest_mischelper.h"
#include <SDL_test.h>
Functions | |
int | SDLVisualTest_VerifyScreenshots (char *args, char *test_dir, char *verify_dir) |
Source file for the screenshot API.
int SDLVisualTest_VerifyScreenshots | ( | char * | args, |
char * | test_dir, | ||
char * | verify_dir | ||
) |
Compare a screenshot taken previously with SUT arguments args
that is located in test_dir
with a verification image that is located in verify_dir
.