Allow to run tests without arguments 84/25584/4
authorJan Cybulski <j.cybulski@samsung.com>
Thu, 7 Aug 2014 06:31:48 +0000 (08:31 +0200)
committerJan Cybulski <j.cybulski@samsung.com>
Tue, 12 Aug 2014 11:44:30 +0000 (13:44 +0200)
commitd3bcf28b064284fcdabd13f0939490b439ecfef6
tree15e4c5a59f0d18a7bc0e9d204013ff1cac7a1285
parent6fdfd15692b25830947841f6a90110a052b2a7f1
Allow to run tests without arguments

If no arguments are given, then tests will be run
as if argument was '--output=text', which already
implemented. The only obstracle is check for number
of arguments that is removed in this commit.
To verify this just run any tests without arguments.

Change-Id: I17f60518d6d137c12a5a53f7852653e5f07d7599
Signed-off-by: Jan Cybulski <j.cybulski@samsung.com>
tests/framework/src/test_runner.cpp