aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-05-01 15:49:11 -0700
committerAnders Broman <a.broman58@gmail.com>2018-05-02 04:09:26 +0000
commit58da452d223c47a9c308b8407d2e0b89f766e568 (patch)
tree7fa54041bfbd4a398f5338fc8c41ac32f9276f4a /doc
parentcd94b1cb8edda0b947e920a1a45c868b254284fd (diff)
Test: Remove the Bash test scripts.
They've been replaced by the Python scripts. Change-Id: I8add9c9ea0a6bdd68b2fa3841977863c0ea9a761 Reviewed-on: https://code.wireshark.org/review/27243 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.wmem2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index e00ad7c09b..79ec946df3 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -344,7 +344,7 @@ There is a simple test suite for wmem that lives in the file wmem_test.c and
should get automatically built into the binary 'wmem_test' when building
Wireshark. It contains at least basic tests for all existing functionality.
The suite is run automatically by the build-bots via the shell script
-test/test.sh which calls out to test/suite-unittests.sh.
+test/test.py which calls out to test/suite_unittests.py.
New features added to wmem (allocators, data structures, utility
functions, etc.) MUST also have tests added to this suite.