early-access version 1667
This commit is contained in:
2
externals/SDL/visualtest/README.txt
vendored
2
externals/SDL/visualtest/README.txt
vendored
@@ -3,7 +3,7 @@
|
||||
\mainpage Visual and Interactive Test Automation for SDL 2.0
|
||||
|
||||
\section license_sec License
|
||||
Check the file \c COPYING.txt for licensing information.
|
||||
Check the file \c LICENSE.txt for licensing information.
|
||||
|
||||
\section intro_sec Introduction
|
||||
The goal of this GSoC project is to automate the testing of testsprite2.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_action_configparser.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_exhaustive_variator.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_parsehelper.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_process.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_random_variator.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file rwhelper.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_screenshot.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_sut_configparser.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_variator_common.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file SDL_visualtest_variators.h
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file action_configparser.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file harness_argparser.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file linux_process.c
|
||||
*
|
||||
|
2
externals/SDL/visualtest/src/parsehelper.c
vendored
2
externals/SDL/visualtest/src/parsehelper.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file parsehelper.c
|
||||
*
|
||||
|
2
externals/SDL/visualtest/src/rwhelper.c
vendored
2
externals/SDL/visualtest/src/rwhelper.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file rwhelper.c
|
||||
*
|
||||
|
2
externals/SDL/visualtest/src/screenshot.c
vendored
2
externals/SDL/visualtest/src/screenshot.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file screenshot.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file sut_configparser.c
|
||||
*
|
||||
|
2
externals/SDL/visualtest/src/testharness.c
vendored
2
externals/SDL/visualtest/src/testharness.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file testharness.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file variator_common.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file variator_exhaustive.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file variator_random.c
|
||||
*
|
||||
|
2
externals/SDL/visualtest/src/variators.c
vendored
2
externals/SDL/visualtest/src/variators.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file variators.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file windows_process.c
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* See COPYING.txt for the full license governing this code. */
|
||||
/* See LICENSE.txt for the full license governing this code. */
|
||||
/**
|
||||
* \file windows_screenshot.c
|
||||
*
|
||||
|
Reference in New Issue
Block a user