get the verbosity with the env variable CK_VERBOSITY. By default, nothing is changed.
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Aug 2010 17:53:01 +0000 (17:53 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Aug 2010 17:53:01 +0000 (17:53 +0000)
Values for CK_VERBOSITY:
silent
minimal
normal (the default)
verbose

Ex. of use:

CK_VERBOSITY=verbose make check

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@51534 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/ecore_suite.c

index 9c76b4d..fd51750 100644 (file)
@@ -95,7 +95,7 @@ main(int argc, char **argv)
    s = ecore_suite_build(argc - 1, (const char **)argv + 1);
    sr = srunner_create(s);
 
-   srunner_run_all(sr, CK_NORMAL);
+   srunner_run_all(sr, CK_ENV);
    failed_count = srunner_ntests_failed(sr);
    srunner_free(sr);