diff options
Diffstat (limited to 'engines/testbed')
-rw-r--r-- | engines/testbed/config-params.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/config-params.h | 1 | ||||
-rw-r--r-- | engines/testbed/config.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/config.h | 1 | ||||
-rw-r--r-- | engines/testbed/configure.engine | 3 | ||||
-rw-r--r-- | engines/testbed/detection.cpp | 4 | ||||
-rw-r--r-- | engines/testbed/events.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/events.h | 1 | ||||
-rw-r--r-- | engines/testbed/fs.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/fs.h | 1 | ||||
-rw-r--r-- | engines/testbed/graphics.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/graphics.h | 1 | ||||
-rw-r--r-- | engines/testbed/midi.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/midi.h | 1 | ||||
-rw-r--r-- | engines/testbed/misc.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/misc.h | 1 | ||||
-rw-r--r-- | engines/testbed/savegame.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/savegame.h | 1 | ||||
-rw-r--r-- | engines/testbed/sound.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/sound.h | 1 | ||||
-rw-r--r-- | engines/testbed/template.h | 1 | ||||
-rw-r--r-- | engines/testbed/testbed.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/testbed.h | 1 | ||||
-rw-r--r-- | engines/testbed/testsuite.cpp | 1 | ||||
-rw-r--r-- | engines/testbed/testsuite.h | 1 |
25 files changed, 28 insertions, 2 deletions
diff --git a/engines/testbed/config-params.cpp b/engines/testbed/config-params.cpp index 47e5dfa933..1aa97168c1 100644 --- a/engines/testbed/config-params.cpp +++ b/engines/testbed/config-params.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/config-manager.h" diff --git a/engines/testbed/config-params.h b/engines/testbed/config-params.h index 6906d9248e..89aae199b6 100644 --- a/engines/testbed/config-params.h +++ b/engines/testbed/config-params.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_CONFIG_PARAMS_H diff --git a/engines/testbed/config.cpp b/engines/testbed/config.cpp index a40d239ebf..efc0d30221 100644 --- a/engines/testbed/config.cpp +++ b/engines/testbed/config.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/stream.h" diff --git a/engines/testbed/config.h b/engines/testbed/config.h index 7d479a74fd..db687de261 100644 --- a/engines/testbed/config.h +++ b/engines/testbed/config.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_CONFIG_H diff --git a/engines/testbed/configure.engine b/engines/testbed/configure.engine new file mode 100644 index 0000000000..c0a68c8eb8 --- /dev/null +++ b/engines/testbed/configure.engine @@ -0,0 +1,3 @@ +# This file is included from the main "configure" script +# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] +add_engine testbed "TestBed: the Testing framework" no diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp index fd426d3e98..348ade62b0 100644 --- a/engines/testbed/detection.cpp +++ b/engines/testbed/detection.cpp @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. - + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/testbed/events.cpp b/engines/testbed/events.cpp index 4b9ced2a53..3e1b6adf9e 100644 --- a/engines/testbed/events.cpp +++ b/engines/testbed/events.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/events.h" diff --git a/engines/testbed/events.h b/engines/testbed/events.h index 00a659bd33..f8883ec1d8 100644 --- a/engines/testbed/events.h +++ b/engines/testbed/events.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_EVENTS_H diff --git a/engines/testbed/fs.cpp b/engines/testbed/fs.cpp index 62ac616192..07b1c0f2af 100644 --- a/engines/testbed/fs.cpp +++ b/engines/testbed/fs.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/config-manager.h" diff --git a/engines/testbed/fs.h b/engines/testbed/fs.h index 1cb7b3a871..966f138d71 100644 --- a/engines/testbed/fs.h +++ b/engines/testbed/fs.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_FS_H diff --git a/engines/testbed/graphics.cpp b/engines/testbed/graphics.cpp index 26e073d407..43580104e7 100644 --- a/engines/testbed/graphics.cpp +++ b/engines/testbed/graphics.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/events.h" diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h index f3013fdf53..139eeb97dd 100644 --- a/engines/testbed/graphics.h +++ b/engines/testbed/graphics.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_GRAPHICS_H diff --git a/engines/testbed/midi.cpp b/engines/testbed/midi.cpp index 33fab03a5e..daa5f1cf3c 100644 --- a/engines/testbed/midi.cpp +++ b/engines/testbed/midi.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/archive.h" diff --git a/engines/testbed/midi.h b/engines/testbed/midi.h index 02550a6eb2..b9f3e82abd 100644 --- a/engines/testbed/midi.h +++ b/engines/testbed/midi.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_MIDI_H diff --git a/engines/testbed/misc.cpp b/engines/testbed/misc.cpp index aee3ccd294..5847a8d2e4 100644 --- a/engines/testbed/misc.cpp +++ b/engines/testbed/misc.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "testbed/misc.h" diff --git a/engines/testbed/misc.h b/engines/testbed/misc.h index 3f0772c6e5..23e303d676 100644 --- a/engines/testbed/misc.h +++ b/engines/testbed/misc.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_MISC_H diff --git a/engines/testbed/savegame.cpp b/engines/testbed/savegame.cpp index 226e9880a6..e426b9717d 100644 --- a/engines/testbed/savegame.cpp +++ b/engines/testbed/savegame.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/savefile.h" diff --git a/engines/testbed/savegame.h b/engines/testbed/savegame.h index 2c9ec83470..b242ee5f3b 100644 --- a/engines/testbed/savegame.h +++ b/engines/testbed/savegame.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_SAVEGAME_H diff --git a/engines/testbed/sound.cpp b/engines/testbed/sound.cpp index 5af1d8ca31..aebd981826 100644 --- a/engines/testbed/sound.cpp +++ b/engines/testbed/sound.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "audio/softsynth/pcspk.h" diff --git a/engines/testbed/sound.h b/engines/testbed/sound.h index fea7d9d45b..893a89b175 100644 --- a/engines/testbed/sound.h +++ b/engines/testbed/sound.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_SOUND_H diff --git a/engines/testbed/template.h b/engines/testbed/template.h index 847777f34b..9e6c347e4d 100644 --- a/engines/testbed/template.h +++ b/engines/testbed/template.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_TEMPLATE_H diff --git a/engines/testbed/testbed.cpp b/engines/testbed/testbed.cpp index 152764eb27..635fd09bac 100644 --- a/engines/testbed/testbed.cpp +++ b/engines/testbed/testbed.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/debug-channels.h" diff --git a/engines/testbed/testbed.h b/engines/testbed/testbed.h index 6933efa0f0..0f70e1191f 100644 --- a/engines/testbed/testbed.h +++ b/engines/testbed/testbed.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_H diff --git a/engines/testbed/testsuite.cpp b/engines/testbed/testsuite.cpp index 39eeca31bd..7729c4911b 100644 --- a/engines/testbed/testsuite.cpp +++ b/engines/testbed/testsuite.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/config-manager.h" diff --git a/engines/testbed/testsuite.h b/engines/testbed/testsuite.h index dc159ce25f..4f2a23c8bd 100644 --- a/engines/testbed/testsuite.h +++ b/engines/testbed/testsuite.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #ifndef TESTBED_TESTSUITE_H |