File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ Autoconf Archive manually and tell `autoreconf` to use the local copy:
31
31
Note that at least version 2.64 of autoconf and version 2017.03.21 of
32
32
autoconf-archive are required.
33
33
34
+ If you wish to run the unit tests, you will need to install [ libtap] [ libtap ] .
35
+ This is configured as a submodule, so can use ` git submodule ` to get a copy:
36
+
37
+ git submodule init
38
+ git submodule update
39
+
34
40
## Usage
35
41
36
42
To get help, run ` cpipes --help ` . In my opinion, the following options are
@@ -45,3 +51,4 @@ Please report any bugs using the Github issue tracker.
45
51
46
52
[ autoconf ] : https://www.gnu.org/software/autoconf/autoconf.html
47
53
[ autoconf-archive ] : https://www.gnu.org/software/autoconf-archive/
54
+ [ libtap ] : https://github.com/zorgnax/libtap
You can’t perform that action at this time.
0 commit comments