aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-05 12:06:21 +0000
committerng0 <ng0@infotropique.org>2017-09-05 12:06:21 +0000
commitcfba13ba203d18db23ff758ddbb4bc4d42f9c9a7 (patch)
tree781ba03d3158007a710515e5c3a19deae060f0de /doc
parentd4f04e4d62663a108cf3100d9168c962a95b56c3 (diff)
downloadgnunet-cfba13ba203d18db23ff758ddbb4bc4d42f9c9a7.tar.gz
gnunet-cfba13ba203d18db23ff758ddbb4bc4d42f9c9a7.zip
doc: gnunet-c-tutorial: include testbed_test.c
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi
index 12348801a..2973dd779 100644
--- a/doc/gnunet-c-tutorial.texi
+++ b/doc/gnunet-c-tutorial.texi
@@ -457,8 +457,9 @@ found in the testbed default configuration file @file{src/testbed/testbed.conf}.
457 457
458With the testbed API, a sample test case can be structured as follows: 458With the testbed API, a sample test case can be structured as follows:
459@c* <lynX> Is there a way to pick a more readable font for this include? 459@c* <lynX> Is there a way to pick a more readable font for this include?
460\lstset{language=C} 460@example
461\lstinputlisting{testbed_test.c} 461@verbatiminclude testbed_test.c
462@end example
462The source code for the above listing can be found at 463The source code for the above listing can be found at
463@uref{https://gnunet.org/git/gnunet.git/tree/doc/testbed_test.c} 464@uref{https://gnunet.org/git/gnunet.git/tree/doc/testbed_test.c}
464or in the @file{doc/} folder of your repository check-out. 465or in the @file{doc/} folder of your repository check-out.