aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/book.asciidoc
diff options
context:
space:
mode:
authorKrzysztof Jurewicz <[email protected]>2018-06-03 20:19:54 +0200
committerLoïc Hoguin <[email protected]>2018-06-04 12:02:55 +0200
commit208a116238e0881ffde8702021c2d0e404a5b336 (patch)
tree86f9633c03a7b98ff95148c29b254c5c5490ed04 /doc/src/guide/book.asciidoc
parentd27c8c9f68c1e3ad0bed044aaa9b47ae11adc1f5 (diff)
downloaderlang.mk-208a116238e0881ffde8702021c2d0e404a5b336.tar.gz
erlang.mk-208a116238e0881ffde8702021c2d0e404a5b336.tar.bz2
erlang.mk-208a116238e0881ffde8702021c2d0e404a5b336.zip
Add basic documentation for Triq plugin
This is based on the documentation of the EUnit plugin.
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r--doc/src/guide/book.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index 085c147..4e42234 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -52,6 +52,8 @@ include::eunit.asciidoc[EUnit]
include::common_test.asciidoc[Common Test]
+include::triq.asciidoc[Triq]
+
include::coverage.asciidoc[Code coverage]
include::ci.asciidoc[Continuous integration]