Commit graph

53 commits

Author SHA1 Message Date
Markus Kauppila
48bcede0dc Bunch of little fixes. 2011-07-10 18:42:52 +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
891b80a6e0 Added command option --version 2011-07-04 20:46:06 +03:00
Markus Kauppila
ec1a464da6 Fixed './runner --xml --show-tests'. 2011-07-04 17:23:20 +03:00
Markus Kauppila
f2553543f6 Help usage missed ] which added. 2011-07-03 20:22:30 +03:00
Markus Kauppila
ad423aceb3 Changed the usage help. 2011-07-03 11:14:52 +03:00
Markus Kauppila
4d41c6069a Fixed doxygen markup error. 2011-07-01 13:29:19 +03:00
Markus Kauppila
4fdb4d47e7 Redefined the usage of --xsl command option. 2011-07-01 12:36:57 +03:00
Markus Kauppila
065297879a Separated test suite name from its directory path. Fixes
usability issues concerning some command line options.
2011-07-01 11:12:35 +03:00
Markus Kauppila
3055057249 Removed directory from test suite names. 2011-06-30 18:11:48 +03:00
Markus Kauppila
5f77401c49 Added user-supplied XSL style sheets for XML-based test reports.
Added new command line option: --xsl.
2011-06-30 17:11:39 +03:00
Markus Kauppila
cdc832d2b9 Cleaned the XSL style a bit. 2011-06-30 16:08:37 +03:00
Markus Kauppila
7d6dcc9376 Fixed the calculation of total runtime for a suite. 2011-06-29 19:05:56 +03:00
Markus Kauppila
896b25911d Fixed test suite start time. 2011-06-27 22:39:38 +03:00
Markus Kauppila
fd3b97e2ff Added time, date and total runtime information to the output by
logging system.
2011-06-27 21:41:34 +03:00
Markus Kauppila
7236f2ab89 Refining the output of XML logger. 2011-06-27 16:41:45 +03:00
Markus Kauppila
2a486b279b Added identation to the output of XML logger. 2011-06-27 11:53:14 +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
f7397f3579 Added new command line option: --show-tests 2011-06-13 15:38:40 +03:00
Markus Kauppila
3c3953361f Compatibility fix. Apparently all system don't have d_namlen member
in their DIR struct.
2011-06-11 08:11:03 -07:00
Markus Kauppila
ef89823301 Fixed doxygen comments and usage help. 2011-06-09 18:30:06 +03:00
Markus Kauppila
c466d7043f Updated test case filter. 2011-06-09 18:13:46 +03:00
Markus Kauppila
b53f302e9c Added comments and did some cleaning. 2011-06-09 18:07:50 +03:00
Markus Kauppila
821c7d9971 Added test and suite names to the output. 2011-06-09 17:13:33 +03:00
Markus Kauppila
4f8639e449 Creating pipeline for test case selection. Work in progress. 2011-06-09 16:37:51 +03:00
Markus Kauppila
d3b50802bf Removed unnecessary function. 2011-06-08 19:41:12 +03:00
Markus Kauppila
ab42fe5afa Fix: memory allocated for test suite references is freed 2011-06-08 18:38:38 +03:00
Markus Kauppila
4f5d867d8d Initial version of "scan tests/ for test suites" functionality. 2011-06-07 21:11:11 +03:00
Markus Kauppila
736c0e2a65 Minor refactorings. 2011-06-06 18:37:53 +03:00
Markus Kauppila
d9ce7a4a40 Converted libtest to a more proper dummy test suite (libtestdummy). 2011-06-06 18:15:19 +03:00
Markus Kauppila
6346ed9ccb Fix: Use DEFINE instead of plain number. 2011-06-05 18:44:58 +03:00
Markus Kauppila
5379420c8a Refactored a bit. Extracted the code which checks for
test suite selection to a function.
2011-06-05 18:38:06 +03:00
Markus Kauppila
16254c328a Small fixes to previous commit. 2011-06-05 17:34:04 +03:00
Markus Kauppila
d4b779a15d Possible to execute only selected tests or suites. 2011-06-05 16:10:10 +03:00
Markus Kauppila
8e99f21e3f Runner can execute multiple test suites consecutively. 2011-06-04 18:50:41 +03:00
Markus Kauppila
88d6f70285 Fixed old comments and added new ones. 2011-06-04 18:08:54 +03:00
Markus Kauppila
1819321f75 Test case fails if it doesn't contain any asserts. 2011-06-04 17:58:46 +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
75691b7b9f Refactoring runner.c. Added --help/-h command line option. 2011-06-01 12:29:19 +03:00
Markus Kauppila
de0a31c8fc Fixes to doxygen comments.
Changed some printf() to fprints(stderr).
2011-05-31 14:40:28 +03: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
Markus Kauppila
5b6be642ea Fixed doxygen warnings 2011-05-30 18:58:20 +03:00
Markus Kauppila
bc147958d8 Refactoring the code (runner.c).
Adding support for executing tests in-proc.
2011-05-30 12:55:40 +03:00
Markus Kauppila
73fa28c71c Added doxygen-compatible comments 2011-05-30 11:53:59 +03:00
Andreas Schiffler
7004e4ae6d Fixed global suite declaration segfault via external linkage declaration 2011-05-26 20:13:49 -07:00
Markus Kauppila
86738f81ab Little fixes here and there. 2011-05-26 19:57:03 +03:00
Markus Kauppila
ff1e17dca4 Added TestCaseReference structure. 2011-05-26 19:19:46 +03: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
4540a8a1b9 Some fixes for Linux compatibility. 2011-05-25 09:45:03 -07:00