GNU software testing framework
DejaGnu is a framework for testing software. In effect, it serves as a front-end for all tests written for a program. Thus, each program can have multiple test suites, which are then all managed by a single harness.
Linter | Message | Location |
---|---|---|
optional-tests Make sure tests are only run when requested | the 'check' phase should respect #:tests? | |
formatting Look for formatting issues in the source | line 60 is way too long (91 characters) | |
formatting Look for formatting issues in the source | line 61 is way too long (92 characters) |