forked from goeb/reqflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (30 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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.