summaryrefslogtreecommitdiff
path: root/gtest-1.7.0/lib
diff options
context:
space:
mode:
authorJens Bocklage <jens_bocklage@mentor.com>2015-04-08 15:00:09 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-06-17 08:49:23 +0200
commitb1096774116ba308fd9257d650b63f1861356c45 (patch)
tree61827158bc8df29e63376b3b3b4546bd96213ea0 /gtest-1.7.0/lib
parentcb4950d12a96cc51557e185fc555edd4b4a0ca62 (diff)
downloadDLT-daemon-b1096774116ba308fd9257d650b63f1861356c45.tar.gz
Adding gtest framework v1.7.0 Adding initial hello world C test case
Signed-off-by: Jens Bocklage <jens_bocklage@mentor.com> Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'gtest-1.7.0/lib')
-rw-r--r--gtest-1.7.0/lib/.dirstamp0
-rw-r--r--gtest-1.7.0/lib/.libs/libgtest.abin0 -> 2681310 bytes
l---------gtest-1.7.0/lib/.libs/libgtest.la1
-rw-r--r--gtest-1.7.0/lib/.libs/libgtest.lai41
l---------gtest-1.7.0/lib/.libs/libgtest.so1
l---------gtest-1.7.0/lib/.libs/libgtest.so.01
-rwxr-xr-xgtest-1.7.0/lib/.libs/libgtest.so.0.0.0bin0 -> 1774022 bytes
-rw-r--r--gtest-1.7.0/lib/.libs/libgtest_main.abin0 -> 20730 bytes
l---------gtest-1.7.0/lib/.libs/libgtest_main.la1
-rw-r--r--gtest-1.7.0/lib/.libs/libgtest_main.lai41
l---------gtest-1.7.0/lib/.libs/libgtest_main.so1
l---------gtest-1.7.0/lib/.libs/libgtest_main.so.01
-rwxr-xr-xgtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0bin0 -> 21769 bytes
-rw-r--r--gtest-1.7.0/lib/libgtest.la41
-rw-r--r--gtest-1.7.0/lib/libgtest_main.la42
15 files changed, 171 insertions, 0 deletions
diff --git a/gtest-1.7.0/lib/.dirstamp b/gtest-1.7.0/lib/.dirstamp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gtest-1.7.0/lib/.dirstamp
diff --git a/gtest-1.7.0/lib/.libs/libgtest.a b/gtest-1.7.0/lib/.libs/libgtest.a
new file mode 100644
index 0000000..850ee66
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest.a
Binary files differ
diff --git a/gtest-1.7.0/lib/.libs/libgtest.la b/gtest-1.7.0/lib/.libs/libgtest.la
new file mode 120000
index 0000000..123b87d
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest.la
@@ -0,0 +1 @@
+../libgtest.la \ No newline at end of file
diff --git a/gtest-1.7.0/lib/.libs/libgtest.lai b/gtest-1.7.0/lib/.libs/libgtest.lai
new file mode 100644
index 0000000..b6a0b82
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest.lai
@@ -0,0 +1,41 @@
+# libgtest.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libgtest.so.0'
+
+# Names of this library.
+library_names='libgtest.so.0.0.0 libgtest.so.0 libgtest.so'
+
+# The name of the static archive.
+old_library='libgtest.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=' -pthread'
+
+# Libraries that this one depends upon.
+dependency_libs=''
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for libgtest.
+current=0
+age=0
+revision=0
+
+# 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='/usr/local/lib'
diff --git a/gtest-1.7.0/lib/.libs/libgtest.so b/gtest-1.7.0/lib/.libs/libgtest.so
new file mode 120000
index 0000000..52abfb7
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest.so
@@ -0,0 +1 @@
+libgtest.so.0.0.0 \ No newline at end of file
diff --git a/gtest-1.7.0/lib/.libs/libgtest.so.0 b/gtest-1.7.0/lib/.libs/libgtest.so.0
new file mode 120000
index 0000000..52abfb7
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest.so.0
@@ -0,0 +1 @@
+libgtest.so.0.0.0 \ No newline at end of file
diff --git a/gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 b/gtest-1.7.0/lib/.libs/libgtest.so.0.0.0
new file mode 100755
index 0000000..2db69b5
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest.so.0.0.0
Binary files differ
diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.a b/gtest-1.7.0/lib/.libs/libgtest_main.a
new file mode 100644
index 0000000..89c9809
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest_main.a
Binary files differ
diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.la b/gtest-1.7.0/lib/.libs/libgtest_main.la
new file mode 120000
index 0000000..d3ded57
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest_main.la
@@ -0,0 +1 @@
+../libgtest_main.la \ No newline at end of file
diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.lai b/gtest-1.7.0/lib/.libs/libgtest_main.lai
new file mode 100644
index 0000000..79ad50f
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest_main.lai
@@ -0,0 +1,41 @@
+# libgtest_main.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libgtest_main.so.0'
+
+# Names of this library.
+library_names='libgtest_main.so.0.0.0 libgtest_main.so.0 libgtest_main.so'
+
+# The name of the static archive.
+old_library='libgtest_main.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=' -pthread'
+
+# Libraries that this one depends upon.
+dependency_libs=' /usr/local/lib/libgtest.la'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for libgtest_main.
+current=0
+age=0
+revision=0
+
+# 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='/usr/local/lib'
diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.so b/gtest-1.7.0/lib/.libs/libgtest_main.so
new file mode 120000
index 0000000..fb96c46
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest_main.so
@@ -0,0 +1 @@
+libgtest_main.so.0.0.0 \ No newline at end of file
diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.so.0 b/gtest-1.7.0/lib/.libs/libgtest_main.so.0
new file mode 120000
index 0000000..fb96c46
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest_main.so.0
@@ -0,0 +1 @@
+libgtest_main.so.0.0.0 \ No newline at end of file
diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 b/gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0
new file mode 100755
index 0000000..6541d71
--- /dev/null
+++ b/gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0
Binary files differ
diff --git a/gtest-1.7.0/lib/libgtest.la b/gtest-1.7.0/lib/libgtest.la
new file mode 100644
index 0000000..74a5799
--- /dev/null
+++ b/gtest-1.7.0/lib/libgtest.la
@@ -0,0 +1,41 @@
+# libgtest.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libgtest.so.0'
+
+# Names of this library.
+library_names='libgtest.so.0.0.0 libgtest.so.0 libgtest.so'
+
+# The name of the static archive.
+old_library='libgtest.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=' -pthread'
+
+# Libraries that this one depends upon.
+dependency_libs=''
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for libgtest.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=no
+
+# 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='/usr/local/lib'
diff --git a/gtest-1.7.0/lib/libgtest_main.la b/gtest-1.7.0/lib/libgtest_main.la
new file mode 100644
index 0000000..150850d
--- /dev/null
+++ b/gtest-1.7.0/lib/libgtest_main.la
@@ -0,0 +1,42 @@
+# libgtest_main.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libgtest_main.so.0'
+
+# Names of this library.
+library_names='libgtest_main.so.0.0.0 libgtest_main.so.0 libgtest_main.so'
+
+# The name of the static archive.
+old_library='libgtest_main.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=' -pthread'
+
+# Libraries that this one depends upon.
+dependency_libs=' /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/lib/libgtest.la'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for libgtest_main.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=no
+
+# 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='/usr/local/lib'
+relink_command="(cd /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0; /bin/sh /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/libtool --tag CXX --mode=relink g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -o lib/libgtest_main.la -rpath /usr/local/lib src/gtest_main.lo lib/libgtest.la @inst_prefix_dir@)"