Roumen Petrov wrote:
Roumen Petrov wrote:
Ralf Wildenhues wrote:
Hello Roumen, all,
[skip]
diff --git a/tests/testsuite.at b/tests/testsuite.at
...
-# LT_AT_EXEC_CHECK(EXECUTABLE, [STATUS = 0], [STDOUT], [STDERR])
+# LT_AT_EXEC_CHECK(EXECUTABLE, [STATUS = 0], [STDOUT], [STDERR],
[skip]
Please find attached file "convenience.at-log"
Roumen
May by not related to the patch:
"convenience.at" at lines 59 and 61 link executable without $EXEEXT.
The static executable is created in build directory without suffix and
exit with 0;
The shared executable is created in .libs subdirectory without suffix,
the wrapper is created in build-dir with suffix .exe, bug exit with
error code 127 - look like expected failure as executable can't be found.
Roumen