Markus Kauppila
|
f4870f3996
|
Added elementary fuzzer-randgen invocation count.
|
2011-08-28 22:06:56 +03:00 |
|
Markus Kauppila
|
87e1417923
|
Test cases executed in their own process can now bail out if
assertion fails.
Note: Bailing out doesn't work with --in-proc option.
|
2011-08-28 21:00:38 +03:00 |
|
Markus Kauppila
|
8632b5f433
|
Fixed unit float and unit double generators.
|
2011-08-17 12:57:14 +03:00 |
|
Markus Kauppila
|
7d8de2d4ba
|
Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
to RandomUint32.
|
2011-08-17 11:44:57 +03:00 |
|
Markus Kauppila
|
2832493550
|
Renamed tests in dummy suite.
|
2011-08-14 21:36:43 +03:00 |
|
Markus Kauppila
|
6c319b5d2b
|
Updating dummy test suite.
|
2011-08-14 21:05:08 +03:00 |
|
Markus Kauppila
|
e89d876fc6
|
Ported tests from "./tests/automated/render"
|
2011-08-13 19:00:39 +03:00 |
|
Markus Kauppila
|
9ffc5e8ef0
|
Cleaned up the rwops test suite.
|
2011-08-11 22:07:14 +03:00 |
|
Markus Kauppila
|
8e4d708560
|
Added random number generators for Uint8, Sint8, Uint16, Sint16,
Uint64 and Sint64.
|
2011-08-11 12:48:45 +03:00 |
|
Markus Kauppila
|
b96fa6da9a
|
Ported rwops test suite.
|
2011-08-10 16:55:30 +03:00 |
|
Markus Kauppila
|
9c7ff0059f
|
Refactored the fuzzer a bit.
|
2011-08-10 00:11:38 +03:00 |
|
Markus Kauppila
|
2f3c2a946c
|
Reorganizing the project.
--HG--
rename : test/test-automation/SDL_test.h => test/test-automation/include/SDL_test.h
rename : test/test-automation/SDL_test.c => test/test-automation/src/libtest/SDL_test.c
rename : test/test-automation/common/common.c => test/test-automation/src/libtest/common/common.c
rename : test/test-automation/common/common.h => test/test-automation/src/libtest/common/common.h
rename : test/test-automation/common/images.h => test/test-automation/src/libtest/common/images.h
rename : test/test-automation/common/img_blit.c => test/test-automation/src/libtest/common/img_blit.c
rename : test/test-automation/common/img_blitblend.c => test/test-automation/src/libtest/common/img_blitblend.c
rename : test/test-automation/common/img_face.c => test/test-automation/src/libtest/common/img_face.c
rename : test/test-automation/common/img_primitives.c => test/test-automation/src/libtest/common/img_primitives.c
rename : test/test-automation/common/img_primitivesblend.c => test/test-automation/src/libtest/common/img_primitivesblend.c
rename : test/test-automation/fuzzer/fuzzer.c => test/test-automation/src/libtest/fuzzer/fuzzer.c
rename : test/test-automation/fuzzer/fuzzer.h => test/test-automation/src/libtest/fuzzer/fuzzer.h
rename : test/test-automation/fuzzer/utl_crc32.c => test/test-automation/src/libtest/fuzzer/utl_crc32.c
rename : test/test-automation/fuzzer/utl_crc32.h => test/test-automation/src/libtest/fuzzer/utl_crc32.h
rename : test/test-automation/fuzzer/utl_md5.c => test/test-automation/src/libtest/fuzzer/utl_md5.c
rename : test/test-automation/fuzzer/utl_md5.h => test/test-automation/src/libtest/fuzzer/utl_md5.h
rename : test/test-automation/fuzzer/utl_random.c => test/test-automation/src/libtest/fuzzer/utl_random.c
rename : test/test-automation/fuzzer/utl_random.h => test/test-automation/src/libtest/fuzzer/utl_random.h
rename : test/test-automation/logger_helpers.c => test/test-automation/src/libtest/logger_helpers.c
rename : test/test-automation/logger_helpers.h => test/test-automation/src/libtest/logger_helpers.h
rename : test/test-automation/plain_logger.c => test/test-automation/src/libtest/plain_logger.c
rename : test/test-automation/plain_logger.h => test/test-automation/src/libtest/plain_logger.h
rename : test/test-automation/xml.c => test/test-automation/src/libtest/xml.c
rename : test/test-automation/xml.h => test/test-automation/src/libtest/xml.h
rename : test/test-automation/xml_logger.c => test/test-automation/src/libtest/xml_logger.c
rename : test/test-automation/xml_logger.h => test/test-automation/src/libtest/xml_logger.h
rename : test/test-automation/logger.h => test/test-automation/src/runner/logger.h
rename : test/test-automation/runner.c => test/test-automation/src/runner/runner.c
rename : test/test-automation/support.c => test/test-automation/src/runner/support.c
rename : test/test-automation/support.h => test/test-automation/src/runner/support.h
rename : test/test-automation/testaudio/Makefile.am => test/test-automation/tests/testaudio/Makefile.am
rename : test/test-automation/testaudio/testaudio.c => test/test-automation/tests/testaudio/testaudio.c
rename : test/test-automation/testdummy/Makefile.am => test/test-automation/tests/testdummy/Makefile.am
rename : test/test-automation/testdummy/testdummy.c => test/test-automation/tests/testdummy/testdummy.c
rename : test/test-automation/testplatform/Makefile.am => test/test-automation/tests/testplatform/Makefile.am
rename : test/test-automation/testrect/Makefile.am => test/test-automation/tests/testrect/Makefile.am
rename : test/test-automation/testrect/testrect.c => test/test-automation/tests/testrect/testrect.c
rename : test/test-automation/testrender/Makefile.am => test/test-automation/tests/testrender/Makefile.am
rename : test/test-automation/testrender/testrender.c => test/test-automation/tests/testrender/testrender.c
rename : test/test-automation/testrwops/Makefile.am => test/test-automation/tests/testrwops/Makefile.am
rename : test/test-automation/testrwops/testrwops.c => test/test-automation/tests/testrwops/testrwops.c
rename : test/test-automation/testsurface/Makefile.am => test/test-automation/tests/testsurface/Makefile.am
rename : test/test-automation/testsurface/testsurface.c => test/test-automation/tests/testsurface/testsurface.c
|
2011-08-06 17:35:58 +03:00 |
|