aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-10-09Slight simplification, inline a function only ever called once.Evan Huus1-1/+13
svn path=/trunk/; revision=52470
2013-10-06Another path and ordering tweak.Evan Huus1-7/+8
svn path=/trunk/; revision=52430
2013-10-06More tweaking of test suite path variables, trying to make everything playEvan Huus1-0/+2
nicely on Windows and Linux both. svn path=/trunk/; revision=52428
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus1-3/+5
Reorg more of the test variables, still separating source and test directories. More minor fixes from me. svn path=/trunk/; revision=52412
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus1-0/+19
Support running most tests out-of-tree. Use case is to have a source tree and use a semi-unprivileged user to perform tests (to rule out interference). From me: - fix unit-test suite, it has to build the binaries it runs so it must more-or-less ignore the out-of-tree stuff - fix name-res suite, just missing a path qualifier svn path=/trunk/; revision=52397
2013-05-31Fix the name resolution tests so that they run on Windows. Enable themGerald Combs1-1/+1
by default. Remove some unused code. svn path=/trunk/; revision=49661
2013-05-31nameres.hosts_file_handling shouldn't affect loading the profile "hosts"Gerald Combs1-0/+6
file. That should be loaded no matter what if we have name resolution enabled. Add a name resolution test suite. Currently disabled until I can test it on Windows. svn path=/trunk/; revision=49657
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