forked from goeb/reqflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Requirement Traceability Tool
License
3adev/reqflow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is Reqflow, a requirement traceability tool.
See the file NEWS for the user-visible changes from previous releases.
For general building and installation instructions, see the file INSTALL.
Reqflow is free software. See the file COPYING for copying conditions.
Overview
--------
Reqflow is a free and open-source tool for tracing requirements across
documents.
To launch Reqflow:
- create a file with a .req extension, as follows,
- double-click it,
- this will generate an HTML report and open it.
Sample file 'test.req'
define ALPHANUM [-a-zA-Z0-9_]
define REQ_PATTERN "REQ_ALPHANUM+"
define TST_PATTERN "TST_ALPHANUM+"
define REF_PATTERN "Ref: (ALPHANUM+)"
document SPEC -path SPEC.pdf -req REQ_PATTERN -stop-after Annex
document TEST -path TEST.docx
-req TST_PATTERN
-ref REF_PATTERN
-stop-after Annex
-nocov
Documentation and Downloading
-----------------------------
See: http://goeb.github.io/reqflow
System-specific Notes
---------------------
Reqflow can be cross-compiled using the Mingw GNU toolchain.
See dev/README-cross-libs.txt for guidance.
About
Requirement Traceability Tool
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 39.4%
- Makefile 35.2%
- Shell 20.2%
- C 1.7%
- Python 1.4%
- HTML 1.4%
- Other 0.7%