Richard van der Hoff wrote:
> I need your help to fix a problem with the Windows buildbot.
>
> A while ago I made it run the unit tests in the epan directory as part
> of the testing phase. This works fine under Linux, but on windows, the
> test programs don't seem to want to run. They don't give any output -
> they just exit with exit code 53.
>
> Do I need to do anything special to get them to run under windows? I've
> tried to take my cue for their setup from tshark, but I'm not sure what
> I'm missing.
>
> Any help on this would be appreciated, anyway. I think it's really
> valuable to be able to run these tests cross-platform; they might have
> caught the bug Luis recently fixed in the exception-handling years ago,
> for instance...
If I run epan\reassemble_test.exe (or exntest.exe) on the Windows
builder, it complains about not being able to find glib. If I copy them
to the wireshark-gtk2 directory, they run fine if they were compiled
using Visual C++ 6.0. If they were compliled using Visual C++ 2005
Express they complain about not being able to find MSVCR80.DLL.
It looks like there are two problems: We need to copy the test
executables to WS_BIN_PATH if we're running under Windows, and the test
executables need proper manifests.