diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ar-lib.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ar-lib.test b/tests/ar-lib.test index 85f82422f..d418c21ed 100755 --- a/tests/ar-lib.test +++ b/tests/ar-lib.test @@ -72,4 +72,8 @@ test x"$opts" = x"lib -NOLOGO -EXTRACT:foo.obj foo.lib" opts=`./ar-lib ./lib x foo.lib @foolist` test x"$opts" = x"lib -NOLOGO -EXTRACT:foo.obj foo.lib" +# Check if ar-lib passes -lib and -LTCG through to the wrappee +opts=`./ar-lib ./lib -lib -LTCG x foo.lib foo.obj` +test x"$opts" = x"lib -lib -LTCG -NOLOGO -EXTRACT:foo.obj foo.lib" + : |