Brendan,
Bottom post on Cygwin mailing lists, please
On 11.04.2021 23:53, brendan detracey via Cygwin-apps wrote:
That worked Marco. Thanks guys!How did "cygmake test" know it had to call "ctest"? In the
eccodes instructions, "ctest" is the command.
It is on the makefile
-------------------------------------------------------------------
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan
"Running tests..."
/usr/bin/ctest.exe --force-new-ctest-process $(ARGS)
.PHONY : test
-------------------------------------------------------------------
Why doesn't cygport automatically symlink the cyg*dll files for tests?
It should be upstream instruction for testing where to find the
shared lib or they are expecting to test after installation.
It is not a problem with automake/autoconf as it is managed properly.
This workaround is relative common in these cases
On Sunday, April 11, 2021, 04:43:41 p.m. ADT, Marco Atzeri via Cygwin-apps
wrote:
Brendan,
no idea why on your build the installation is under /usr/local
for me everything is in the right place.
Please verify if you have some settings interfering
Attached version that allows tests to be passed
Regards
Marco