http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52397
User: eapache
Date: 2013/10/06 12:44 PM
Log:
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174
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
Directory: /trunk/test/
Changes Path Action
+10 -4 config.sh Modified
+8 -6 suite-decryption.sh Modified
+1 -1 suite-io.sh Modified
+6 -6 suite-nameres.sh Modified
+4 -4 suite-unittests.sh Modified
+19 -0 test.sh Modified