Skip to content

Commit b94b977

Browse files
authored
Merge pull request #30 from StefansM/fixup-readme-notes
Update README.md discussing libtap as v1.2.0 prep
2 parents a4d4542 + 3bb7a54 commit b94b977

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Autoconf Archive manually and tell `autoreconf` to use the local copy:
3131
Note that at least version 2.64 of autoconf and version 2017.03.21 of
3232
autoconf-archive are required.
3333

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+
3440
## Usage
3541

3642
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.
4551

4652
[autoconf]: https://www.gnu.org/software/autoconf/autoconf.html
4753
[autoconf-archive]: https://www.gnu.org/software/autoconf-archive/
54+
[libtap]: https://github.com/zorgnax/libtap

0 commit comments

Comments
 (0)