aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-12Print the TShark version information during the prerequisite phase.Gerald Combs1-0/+13
svn path=/trunk/; revision=42029
2012-03-30Fix the location of dhcp.pcap.Gerald Combs1-1/+0
svn path=/trunk/; revision=41857
2012-03-30Add a decryption test suite along with an SSL decryption test. Move ourGerald Combs1-1/+19
growing collection of capture files to a subdirectory. svn path=/trunk/; revision=41852
2012-03-13Add a "fileformats" suite (copied from the I/O suite) to check fileGerald Combs1-0/+2
format conversion. So far we check nanosecond pcap, microsecond pcap-ng and nanosecond pcap-ng against standard pcap. Fix color output on OS X. svn path=/trunk/; revision=41541
2010-03-01"Unit tests" is two words (at least in English).Guy Harris1-1/+1
svn path=/trunk/; revision=32072
2007-04-03Propset suite-unittests.sh and add executable to .sh filesJörg Mayer1-0/+0
svn path=/trunk/; revision=21311
2007-04-03Run the epan unittests as part of the test suiteRichard van der Hoff1-0/+2
svn path=/trunk/; revision=21309
2006-12-28Hack so test.sh will work with bash 3.1.6 or greaterBill Meier1-0/+3
which requires 'igncr' to be able to process files in 'dos format' (\r\n line endings) svn path=/trunk/; revision=20229
2006-10-10Add command-line options: -c disables color, -h prints help, -s runsGerald Combs1-3/+43
a suite. svn path=/trunk/; revision=19479
2006-10-09Return 1 on failure.Gerald Combs1-1/+1
svn path=/trunk/; revision=19464
2006-10-09Make preparations for running under Buildbot:Gerald Combs1-4/+9
- Check for an "all" argument at startup. If it's present, then proceed with testing. - Add a platform check. Use it to handle cases where we can't run as a normal user, e.g. trying to capture under Linux. - Add a "Skipped" result. svn path=/trunk/; revision=19461
2006-08-29use unique variable names to prevent "global variable" side effects -> ↵Ulf Lamping1-2/+2
endless repeating tests of subsections svn path=/trunk/; revision=19077
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-4/+4
svn path=/trunk/; revision=18268
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18207
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-17preparation for a very simple regression testUlf Lamping1-0/+4
svn path=/trunk/; revision=17342
2006-01-07add a new suite of file I/O test casesUlf Lamping1-1/+3
svn path=/trunk/; revision=16970
2006-01-05add missing keys 4-9Ulf Lamping1-0/+30
svn path=/trunk/; revision=16944
2005-12-13add a new directory 'test', currently containing an alpha test (using some ↵Ulf Lamping1-0/+138
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788