summaryrefslogtreecommitdiff
path: root/t/no-c.tap
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ng/masterStefano Lattarini2012-06-281-1/+1
| | | | | | | | | | | | | | | | | * master: cosmetics: remove trailing whitespace in some files coverage: enhance tests in 'missing' script a little coverage: tests AM_MISSING_PROG usage docs: document AM_MISSING_PROG tests: fix a spurious failure with Solaris make tests: simpler workaround for shells losing the exit status in exit trap tests: avoid several spurious failures on Solaris tests: avoid a spurious failure on NetBSD + Extra non-trivial edits: * Several tests: Adjusted to use 'exit' rather than 'Exit'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* [ng] coverage: pure languages doesn't bring in C supportStefano Lattarini2012-05-241-0/+57
Automake, when dealing with a Makefile.am using a single "pure" language (like C++ and Fortran), shouldn't output stuff related to C compilation. Extend some tests checking this behaviour, since it is implemented by a parts of the codebase we plan to touch soon. * t/fnoc.sh, t/cxxnoc.sh: Removed, merged ... * t/no-c.tap: ... in here. Checks for more languages (Java, modern Fortran, Objective C and Objective C++). * t/suffix3.sh: Enhance. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>