Commit graph

14 commits

Author SHA1 Message Date
Markus Kauppila
7de8abe0c4 Harness kills hung tests (won't work with --in-proc option).
Added result description to test logs (tells why test failed,
such as exceeding its timeout).
2011-07-13 19:51:25 +03:00
Markus Kauppila
6d3454e153 If any assert in SetUp function fails that test will be skipped. 2011-07-11 21:09:28 +03:00
Markus Kauppila
3efe0fed79 Added SetUp/TearDown functions for test suites. 2011-07-11 17:55:35 +03:00
Markus Kauppila
48bcede0dc Bunch of little fixes. 2011-07-10 18:42:52 +03:00
Markus Kauppila
0897dcc54e Fixed doxygen markup. 2011-07-06 17:05:07 +03:00
Markus Kauppila
c003533b11 Fixed the interface between tests suites and logger.
Note: breaks the linux build.
2011-07-06 16:06:39 +03:00
Markus Kauppila
84915157da Fixed a bunch of Makefile.am files. 2011-07-01 17:11:20 +03:00
Markus Kauppila
6cb39be4a6 Added documentation. 2011-06-27 23:10:13 +03:00
Markus Kauppila
2e8932b12e Logging system added to harness. Logging system doesn't
yet utilize all the given parameters.
2011-06-26 23:04:37 +03:00
Markus Kauppila
481c64b262 Added timeout to TestCaseReference. 2011-06-11 21:37:28 +03:00
Markus Kauppila
8e99f21e3f Runner can execute multiple test suites consecutively. 2011-06-04 18:50:41 +03:00
Markus Kauppila
1b21c6547d Refactoring the TestCaseInit and TestCaseQuit functions
to be caller from the Runner.
2011-06-04 17:50:23 +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
7fff64a11b Moved tests/SDL_test.{c,h}
--HG--
rename : test/test-automation/tests/SDL_test.c => test/test-automation/SDL_test.c
rename : test/test-automation/tests/SDL_test.h => test/test-automation/SDL_test.h
2011-05-30 21:57:04 +03:00
Renamed from test/test-automation/tests/SDL_test.h (Browse further)