Re: missing eu.a
- Posted by jeremy (admin) Aug 18, 2009
- 1257 views
When I use simply:
C:\euphoria\tests> eutest -exe ..\build\eui.exe ... Test results summary: FAIL: t_net_http.e FAIL: t_os.e FAIL: t_text.e Files run: 92, failed: 3 (96.7% success)
The failing t_net_http.e is a known issue. The other two should have passed. Oh, this is with eui.exe build with MinGW w/of MSys or Cygwin:
C:\euphoria> SET JAM_TOOLSET=MINGW C:\euphoria> jam eui ... C:\euphoria> cd tests C:\euphoria\tests> eutest ..\build\eui.exe
Jeremy