aboutsummaryrefslogtreecommitdiffstats
path: root/test/README.test
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-09-22 21:51:05 +0000
committerGuy Harris <guy@alum.mit.edu>2013-09-22 21:51:05 +0000
commit800b45f0a988dcd694b771396fcbd617075d3493 (patch)
treeeb843d42c75e31de17eb40ff907a7180870d0927 /test/README.test
parentd158983d7e246ef47035143878f7614d181cb794 (diff)
From Peter Wu: on systems other than Windows, skip the GUI tests if the
DISPLAY environment variable isn't set. From me: note that this won't be the right thing to do on OS X if we switch to a toolkit that doesn't use X11, and that this may or may not be the right thing to do with toolkits using Wayland or Mir directly. svn path=/trunk/; revision=52182
Diffstat (limited to 'test/README.test')
-rw-r--r--test/README.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/README.test b/test/README.test
index 10411dbb4d..a3bb51076f 100644
--- a/test/README.test
+++ b/test/README.test
@@ -41,7 +41,9 @@ What you'll need (to do):
- have tput (e.g. in the cygwin ncurses package)
- you'll need a network interface with some network traffic
(so you can run the capture tests)
-
+ - (for non-Windows platforms) An X server for running the capture tests with
+ the graphical Wireshark program.
+
A Test Ride
-----------