aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/overview.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-09 16:18:03 +0100
committerLoïc Hoguin <[email protected]>2016-01-09 16:18:03 +0100
commit3c99a562c8b6c0370af38f5cdf585787f99978fa (patch)
treeeb970288cb6bab647a437da45c442b2825ae98d7 /doc/src/guide/overview.asciidoc
parent5271edb5f49a64b98a8386016e7fd8dc62f6ba66 (diff)
downloaderlang.mk-3c99a562c8b6c0370af38f5cdf585787f99978fa.tar.gz
erlang.mk-3c99a562c8b6c0370af38f5cdf585787f99978fa.tar.bz2
erlang.mk-3c99a562c8b6c0370af38f5cdf585787f99978fa.zip
Remove Triq from overview
Diffstat (limited to 'doc/src/guide/overview.asciidoc')
-rw-r--r--doc/src/guide/overview.asciidoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/guide/overview.asciidoc b/doc/src/guide/overview.asciidoc
index 3e22790..8fa57fe 100644
--- a/doc/src/guide/overview.asciidoc
+++ b/doc/src/guide/overview.asciidoc
@@ -68,9 +68,7 @@ The xref:shell[make shell] command allows you
to test your project manually. You can automate these
unit tests with xref:eunit[EUnit] and test
your entire system with xref:ct[Common Test].
-xref:property_based_testing[Property based testing]
-with Triq is a strong alternative to writing unit tests
-manually. xref:coverage[Code coverage] can of course
+xref:coverage[Code coverage] can of course
be enabled during tests.
Erlang.mk comes with features to make your life easier when