aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index e265371..271ac31 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -474,7 +474,8 @@ GNU Automake has built-in support for DejaGnu. To add DejaGnu support
to your generated @file{Makefile.in}, just add the keyword
@code{dejagnu} to the AUTOMAKE_OPTIONS variable in @file{Makefile.am}.
This will ensure that the generated @file{Makefile.in} has a
-@code{check} target that invokes DejaGnu correctly.
+@code{check} target that invokes DejaGnu correctly. @xref{Tests,,
+DejaGnu Tests, automake, The GNU Automake Manual}.
@node Runtest, Output Files, Make Check, Running tests
@section Running runtest