Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated the boilerplate files such as INSTALL and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 6, 2011
1 parent 44a7920 commit da7d0fd
Show file tree
Hide file tree
Showing 12 changed files with 160 additions and 1,034 deletions.
686 changes: 18 additions & 668 deletions test/test-automation/COPYING

Large diffs are not rendered by default.

377 changes: 15 additions & 362 deletions test/test-automation/INSTALL

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions test/test-automation/README
@@ -1,7 +1,12 @@
/*! \mainpage Documentation for SDL test harness

\section Introduction
\section Brief introduction

Coming up.
This is doxygen-generated docs for SDL test harness.

Pull the project with Mercurial:
hg clone https://Markusk@bitbucket.org/Markusk/sdl-gsoc/wiki

For more information: https://bitbucket.org/Markusk/sdl-gsoc/wiki/Home

*/
2 changes: 1 addition & 1 deletion test/test-automation/configure.ac
Expand Up @@ -49,4 +49,4 @@ echo ""
echo "========================================"
echo ""
echo "./configure ready!"
echo "you're ready to run: 'make libtest && make'"
echo "you're ready to run: 'make'"
2 changes: 1 addition & 1 deletion test/test-automation/src/libtest/SDL_test.c
@@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
Expand Down
19 changes: 19 additions & 0 deletions test/test-automation/src/libtest/fuzzer/fuzzer.c
@@ -1,3 +1,22 @@
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

#include <stdio.h>
#include <stdlib.h>
Expand Down
19 changes: 19 additions & 0 deletions test/test-automation/src/libtest/logger_helpers.c
@@ -1,3 +1,22 @@
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

#include <SDL/SDL.h>

Expand Down
20 changes: 20 additions & 0 deletions test/test-automation/src/libtest/logger_helpers.h
@@ -1,3 +1,23 @@
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

#ifndef _LOGGER_HELPERS_G
#define _LOGGER_HELPERS_G

Expand Down
19 changes: 19 additions & 0 deletions test/test-automation/src/libtest/plain_logger.c
@@ -1,3 +1,22 @@
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

#ifndef _PLAIN_LOGGER
#define _PLAIN_LOGGER
Expand Down
20 changes: 20 additions & 0 deletions test/test-automation/src/libtest/plain_logger.h
@@ -1,3 +1,23 @@
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

#ifndef _PLAIN_LOGGER_H
#define _PLAIN_LOGGER_H

Expand Down
20 changes: 20 additions & 0 deletions test/test-automation/src/libtest/xml_logger.h
@@ -1,3 +1,23 @@
/*
Copyright (C) 2011 Markus Kauppila <markus.kauppila@gmail.com>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

#ifndef _XML_LOGGER_H
#define _XML_LOGGER_H

Expand Down
1 change: 1 addition & 0 deletions test/test-automation/src/runner/logger.h
Expand Up @@ -33,6 +33,7 @@ typedef enum LogLevel {

#define LOGGER_DEFAULT_LEVEL LOGGER_TERSE

//! Contains information for the logger
typedef struct LoggerData {
//! If enabled logger will write to stdout instead of file
int stdoutEnabled;
Expand Down

0 comments on commit da7d0fd

Please sign in to comment.