bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EXEEXT fot tests/execute-mode.at


From: Roumen Petrov
Subject: EXEEXT fot tests/execute-mode.at
Date: Fri, 24 Jul 2009 16:13:47 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090624 SeaMonkey/1.1.17

Hi all,
Please find attached a minor fix for test case.

Roumen
diff --git a/tests/execute-mode.at b/tests/execute-mode.at
index 0fba29c..0cc5288 100644
--- a/tests/execute-mode.at
+++ b/tests/execute-mode.at
@@ -211,7 +211,7 @@ do
 done

 # Check that .la files are not transformed by the wrapper searching loop.
-AT_CHECK([$LIBTOOL --mode=execute echo ./main liba.lo libfakelib.la], [], 
[stdout])
+AT_CHECK([$LIBTOOL --mode=execute echo ./main$EXEEXT liba.lo libfakelib.la], 
[], [stdout])
 # This could be .libs/lt-main or similar (or just plain `main').
 AT_CHECK([grep main stdout], [], [ignore])
 AT_CHECK([grep liba.lo stdout], [], [ignore])

reply via email to

[Prev in Thread] Current Thread [Next in Thread]