ATF-devel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

stats of ATF_{CHECK, REQUIRE}()



Hi all,

is there a way to get the aggregate numbers of all the assertions of
all test programs I have in my suite ?
If yes, is it possible to differentiate between lexical and dynamic
assertions? E.g.,

int i;
for (i = 0; i < 1000; i++)
    ATF_CHECK(some_condition);

From a lexical POV there's 1 assertion. From an runtime POV there are 1000.


Thanks,
Stathis


Home | Main Index | Thread Index | Old Index