automake-patches
[Top][All Lists]
Advanced

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

Making the check target more verbose


From: Martin Quinson
Subject: Making the check target more verbose
Date: Thu, 13 Sep 2007 11:16:47 +0200
User-agent: Internet Messaging Program (IMP) 3.2.4

Hello, you'll find in attachement a patch against the stable 1.10 to make the
check target a bit more verbose by displaying a summary of the failed tests (or
xpassed, or xfailled, or skipped).

For example, it may give the following output:

=====================================================
All 8 tests behaved as expected (3 expected failures)
=====================================================
Expected failures:
  gras/datadesc/datadesc_r_big32_8.tesh
  gras/datadesc/datadesc_r_big32_8_4.tesh
  gras/datadesc/datadesc_r_big32_2.tesh

This becomes very usefull when applying the "one makefile to rule them
all" philosophy to the tests, since you end up with a awfull lot of
output, and finding which are the failed test may turn quite difficult.

On the other hand, that's not completely perfect since it does not work for
subdirectories, but I'm still unsure of how it would be possible without using
some sort of log file (and even so, that's still challenging I think).

I only tested it on my own project on debian testing x86, and it works well for
me (tm).

I hope that you will find it interesting and consider for inclusion in the next
version of automake.

Bye, Mt.
PS: please CC me, I'm not subscribed.

Attachment: verbose_test_result
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]