From: Chris M. <dev...@gm...> - 2015-07-05 13:25:10
|
Running: cmake -DBUILD_TEST=ON ../ make make test all tests fail. When I add the dll/ directory to the path by hand then everything appears to be running ok. I'll let you know how it proceeds. Is there a reason that 'make test' on cygwin requires a hand fix? As far as I know this is an issue for windows and cygwin dlls. How is the problem handled with windows? Cheers, Chris |
From: Chris M. <dev...@gm...> - 2015-07-05 13:48:40
|
I'm happy to report: make test Running tests... Test project /home/chm/pdl/git/plplot/cygbuild Start 1: examples_c 1/20 Test #1: examples_c ....................... Passed 26.68 sec Start 2: examples_cxx 2/20 Test #2: examples_cxx ..................... Passed 27.62 sec Start 3: examples_f95 3/20 Test #3: examples_f95 ..................... Passed 17.01 sec Start 4: examples_python 4/20 Test #4: examples_python .................. Passed 39.27 sec Start 5: examples_tcl 5/20 Test #5: examples_tcl ..................... Passed 32.31 sec Start 6: examples_lua 6/20 Test #6: examples_lua ..................... Passed 19.29 sec Start 7: examples_psttfc 7/20 Test #7: examples_psttfc .................. Passed 33.39 sec Start 8: examples_svg 8/20 Test #8: examples_svg ..................... Passed 91.28 sec Start 9: examples_pscairo 9/20 Test #9: examples_pscairo ................. Passed 57.67 sec Start 10: examples_pngcairo 10/20 Test #10: examples_pngcairo ................ Passed 24.25 sec Start 11: examples_xfig 11/20 Test #11: examples_xfig .................... Passed 17.21 sec Start 12: examples_bmpqt 12/20 Test #12: examples_bmpqt ................... Passed 46.06 sec Start 13: examples_jpgqt 13/20 Test #13: examples_jpgqt ................... Passed 45.02 sec Start 14: examples_pngqt 14/20 Test #14: examples_pngqt ................... Passed 46.44 sec Start 15: examples_ppmqt 15/20 Test #15: examples_ppmqt ................... Passed 45.22 sec Start 16: examples_tiffqt 16/20 Test #16: examples_tiffqt .................. Passed 47.26 sec Start 17: examples_svgqt 17/20 Test #17: examples_svgqt ................... Passed 81.65 sec Start 18: examples_epsqt 18/20 Test #18: examples_epsqt ................... Passed 73.34 sec Start 19: examples_pdfqt 19/20 Test #19: examples_pdfqt ................... Passed 52.69 sec Start 20: examples_compare 20/20 Test #20: examples_compare ................. Passed 10.87 sec 100% tests passed, 0 tests failed out of 20 Total Test time (real) = 834.62 sec On 7/5/2015 09:24, Chris Marshall wrote: > Running: > > cmake -DBUILD_TEST=ON ../ > make > make test > > all tests fail. When I add the dll/ directory to the path by hand > then everything appears to be running ok. I'll let you know how > it proceeds. > > Is there a reason that 'make test' on cygwin requires a hand fix? > As far as I know this is an issue for windows and cygwin dlls. > How is the problem handled with windows? > > Cheers, > Chris |
From: Arjen M. <Arj...@de...> - 2015-07-05 13:51:02
|
Hi Chris, Under "bare" Windows you need to expand the PATH variable in the same way. It has to do with the way Windows works. If you run the comprehensive tests, then the PATH variable is manipulated to make it point to the right build (several build configurations are tested by the comprehensive_test.sh script). Regards, Arjen > -----Original Message----- > From: Chris Marshall [mailto:dev...@gm...] > Sent: Sunday, July 05, 2015 3:25 PM > To: plp...@li... > Subject: [Plplot-devel] make test fails on cygwin > > Running: > > cmake -DBUILD_TEST=ON ../ > make > make test > > all tests fail. When I add the dll/ directory to the path by hand then everything > appears to be running ok. I'll let you know how it proceeds. > > Is there a reason that 'make test' on cygwin requires a hand fix? > As far as I know this is an issue for windows and cygwin dlls. > How is the problem handled with windows? > > Cheers, > Chris > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that you need to > offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |