aboutsummaryrefslogtreecommitdiffstats
path: root/test/README.test
Commit message (Collapse)AuthorAgeFilesLines
* Add a test-programs target everywhere.Gerald Combs2015-03-131-11/+12
| | | | | | | | | | | | Add a "test-programs" target to each toolchain which builds each unit test executable. "test-programs" must now be built before running the unit test suite. Change-Id: I9317a1e305d987f244c4bd8b4a7f05d11fed7090 Reviewed-on: https://code.wireshark.org/review/7673 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
| | | | | | | | (Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$) Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688 Reviewed-on: https://code.wireshark.org/review/876 Reviewed-by: Evan Huus <eapache@gmail.com>
* README update. Bug 9174 ↵Michael Mann2013-11-301-3/+26
| | | | | | | | (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174) From Peter Wu svn path=/trunk/; revision=53671
* From Peter Wu: on systems other than Windows, skip the GUI tests if theGuy Harris2013-09-221-1/+3
| | | | | | | | | | 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
* Minor updates.Gerald Combs2013-03-121-3/+1
| | | | svn path=/trunk/; revision=48268
* update some prerequisitesUlf Lamping2008-04-131-3/+3
| | | | svn path=/trunk/; revision=24979
* alpha -> betaUlf Lamping2007-10-091-1/+1
| | | | svn path=/trunk/; revision=23107
* ethereal to wireshark conversionRonnie Sahlberg2006-06-171-3/+3
| | | | svn path=/trunk/; revision=18495
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
| | | | svn path=/trunk/; revision=18268
* add a new directory 'test', currently containing an alpha test (using some ↵Ulf Lamping2005-12-131-0/+57
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788