aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/developer-guide.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-04-02 17:12:23 -0700
committerGerald Combs <gerald@wireshark.org>2018-04-26 19:27:19 +0000
commit0ad423924992f8504b3e75980e1e9efb65d84214 (patch)
tree5b9039f1ba272037c10528860b28a99272908620 /docbook/developer-guide.asciidoc
parentf9522d8a23a375ddc8bd39cf556002cdec346ab1 (diff)
Start porting our test scripts to Python. Add ctest support.
Create Python versions of our various test shell scripts. Add CMake tests for each suite. Tests can now be run directly via test.py, via the "test" target, or via ctest, e.g. ctest --verbose --jobs 3 Add a testing chapter to the Developer's Guide. Add a way to disable ctest in dpkg-buildpackage. Suites completed: - capture - clopts - decryption - dissection Remaining suites: - fileformats - io - mergecap - nameres - text2pcap - unittests - wslua Change-Id: I8936e05edefc76a86b6a7a5da302e7461bbdda0f Reviewed-on: https://code.wireshark.org/review/27134 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/developer-guide.asciidoc')
-rw-r--r--docbook/developer-guide.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook/developer-guide.asciidoc b/docbook/developer-guide.asciidoc
index 468e42874c..c89bd0c606 100644
--- a/docbook/developer-guide.asciidoc
+++ b/docbook/developer-guide.asciidoc
@@ -56,4 +56,6 @@ include::wsluarm.asciidoc[]
include::wsdg_src/WSDG_chapter_userinterface.asciidoc[]
+include::wsdg_src/WSDG_chapter_tests.asciidoc[]
+
include::common_src/GPL_appendix.asciidoc[]