Markus Kauppila
|
04ff51483f
|
Added test suites testevent and testkeyboard.
|
2011-08-09 18:40:14 +03:00 |
|
Markus Kauppila
|
c6bc7ef7af
|
Added new test suites testvideo, testsyswm and testclipboard.
|
2011-08-09 18:20:48 +03:00 |
|
Markus Kauppila
|
2af247a29b
|
Fixed typos.
|
2011-08-06 21:53:22 +03:00 |
|
Markus Kauppila
|
7f2ecaa544
|
Little fix to help text in configure.ac
|
2011-08-06 21:48:37 +03:00 |
|
Markus Kauppila
|
7ffad15a4a
|
Trying to fix linux compatibility -> libSDLtest.* is now installed
to /usr/local/lib.
|
2011-08-06 21:32:59 +03:00 |
|
Markus Kauppila
|
116f983b85
|
Updated the boilerplate files such as INSTALL and README.
|
2011-08-06 18:55:33 +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 |
|
Markus Kauppila
|
cdd56f176b
|
Added empty test suite for render tests.
|
2011-08-04 20:52:39 +03:00 |
|
Markus Kauppila
|
4ae611f924
|
Added empty test suite for testing rwops.
|
2011-08-04 20:45:12 +03:00 |
|
Markus Kauppila
|
1ba2041d01
|
Fixed linking issue concerning test suites.
Fixed linux build (it compiles and runs properly).
|
2011-07-20 23:37:58 +03:00 |
|
Markus Kauppila
|
d0e9372d99
|
Ported surface tests.
|
2011-07-09 17:55:35 +03:00 |
|
Markus Kauppila
|
f51d137634
|
Added audio suite.
|
2011-07-05 22:11:12 +03:00 |
|
Markus Kauppila
|
5100317403
|
Ported platform tests, added AssertPass and AssertFail
|
2011-06-18 10:36:27 -07:00 |
|
Markus Kauppila
|
d9ce7a4a40
|
Converted libtest to a more proper dummy test suite (libtestdummy).
|
2011-06-06 18:15:19 +03:00 |
|
Markus Kauppila
|
450610b7c7
|
Ported testrect from original automation code, updated AssertEquals, added AssertTrue
|
2011-06-01 18:03:09 -07:00 |
|
Markus Kauppila
|
d6d8dec05e
|
Refactoring the massive main() to smaller functions.
--HG--
rename : test/test-automation/tests/asserts.c => test/test-automation/tests/SDL_test.c
rename : test/test-automation/tests/asserts.h => test/test-automation/tests/SDL_test.h
|
2011-05-26 18:38:56 +03:00 |
|
Markus Kauppila
|
122418566e
|
New automake-based build process.
|
2011-05-25 18:53:48 +03:00 |
|
Markus Kauppila
|
37ea67786d
|
Bootstrapping build process using proof-of-concept test runner.
|
2011-05-20 13:50:52 +03:00 |
|