aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-nameres.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06More tweaking of test suite path variables, trying to make everything playEvan Huus1-6/+1
nicely on Windows and Linux both. svn path=/trunk/; revision=52428
2013-10-06Fix nameres test suite cleanup after recent changes.Evan Huus1-2/+1
svn path=/trunk/; revision=52417
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus1-8/+8
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-6/+6
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-9/+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/+203
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