Ticket #24 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

subunit: spec out the list-of-test-names file format

Reported by: conrad Assigned to: conrad
Priority: normal Milestone:
Component: geekery Version:
Severity: normal Keywords:
Cc:

Description

subunit allows random executables to implement unit tests. Currently, filenames of test programs to run are hardcoded, and must be edited by the user.

In order to allow it to be used as an external tool (rather than requiring it to exist in-tree), and in order to allow people uncomfortable with editing a python script to use it, it should be possible to source these filenames from elsewhere, preferably some form of (simple) file listing the filenames to run as tests.

Ideally, this file should be in a format/naming compatible with GNU automake or other tools that provide test harnessing.

(This ticket is post Code Con, as described by Robert Collins)

Change History

09/06/05 15:56:15 changed by conrad

(email to Robert Collins)

As for a "list of test files" file, I can't see anything more useful
than a file containing one executable pathname per line, allowing
#comments; at least, that would be useable by automake in the form of
a very basic shell script with no flow control.

10/02/05 17:13:43 changed by conrad

  • status changed from new to closed.
  • resolution set to worksforme.

timeout, closing