Merge pull request #2114 from knuto:pr/libtool_support
PiperOrigin-RevId: 233773676
This commit is contained in:
commit
f73b2fb39e
21
googletest/cmake/libgtest.la.in
Normal file
21
googletest/cmake/libgtest.la.in
Normal file
|
@ -0,0 +1,21 @@
|
|||
# libgtest.la - a libtool library file
|
||||
# Generated by libtool (GNU libtool) 2.4.6
|
||||
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# Names of this library.
|
||||
library_names='libgtest.so'
|
||||
|
||||
# Is this an already installed library?
|
||||
installed=yes
|
||||
|
||||
# Should we warn about portability when linking against -modules?
|
||||
shouldnotlink=no
|
||||
|
||||
# Files to dlopen/dlpreopen
|
||||
dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='@CMAKE_INSTALL_FULL_LIBDIR@'
|
|
@ -2430,7 +2430,7 @@ could generate this report:
|
|||
"failures": 1,
|
||||
"errors": 0,
|
||||
"time": "0.035s",
|
||||
"timestamp": "2011-10-31T18:52:42Z"
|
||||
"timestamp": "2011-10-31T18:52:42Z",
|
||||
"name": "AllTests",
|
||||
"testsuites": [
|
||||
{
|
||||
|
@ -2447,11 +2447,11 @@ could generate this report:
|
|||
"classname": "",
|
||||
"failures": [
|
||||
{
|
||||
"message": "Value of: add(1, 1)\x0A Actual: 3\x0AExpected: 2",
|
||||
"message": "Value of: add(1, 1)\n Actual: 3\nExpected: 2",
|
||||
"type": ""
|
||||
},
|
||||
{
|
||||
"message": "Value of: add(1, -1)\x0A Actual: 1\x0AExpected: 0",
|
||||
"message": "Value of: add(1, -1)\n Actual: 1\nExpected: 0",
|
||||
"type": ""
|
||||
}
|
||||
]
|
||||
|
@ -2463,7 +2463,7 @@ could generate this report:
|
|||
"classname": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "LogicTest",
|
||||
"tests": 1,
|
||||
|
@ -2517,4 +2517,3 @@ environment variable to `0`, or use the `--gtest_catch_exceptions=0` flag when
|
|||
running the tests.
|
||||
|
||||
**Availability**: Linux, Windows, Mac.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user