From b1096774116ba308fd9257d650b63f1861356c45 Mon Sep 17 00:00:00 2001 From: Jens Bocklage Date: Wed, 8 Apr 2015 15:00:09 +0200 Subject: Adding gtest framework v1.7.0 Adding initial hello world C test case Signed-off-by: Jens Bocklage Signed-off-by: Alexander Wenzel --- gtest-1.7.0/lib/.dirstamp | 0 gtest-1.7.0/lib/.libs/libgtest.a | Bin 0 -> 2681310 bytes gtest-1.7.0/lib/.libs/libgtest.la | 1 + gtest-1.7.0/lib/.libs/libgtest.lai | 41 ++++++++++++++++++++++++++ gtest-1.7.0/lib/.libs/libgtest.so | 1 + gtest-1.7.0/lib/.libs/libgtest.so.0 | 1 + gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 | Bin 0 -> 1774022 bytes gtest-1.7.0/lib/.libs/libgtest_main.a | Bin 0 -> 20730 bytes gtest-1.7.0/lib/.libs/libgtest_main.la | 1 + gtest-1.7.0/lib/.libs/libgtest_main.lai | 41 ++++++++++++++++++++++++++ gtest-1.7.0/lib/.libs/libgtest_main.so | 1 + gtest-1.7.0/lib/.libs/libgtest_main.so.0 | 1 + gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 | Bin 0 -> 21769 bytes gtest-1.7.0/lib/libgtest.la | 41 ++++++++++++++++++++++++++ gtest-1.7.0/lib/libgtest_main.la | 42 +++++++++++++++++++++++++++ 15 files changed, 171 insertions(+) create mode 100644 gtest-1.7.0/lib/.dirstamp create mode 100644 gtest-1.7.0/lib/.libs/libgtest.a create mode 120000 gtest-1.7.0/lib/.libs/libgtest.la create mode 100644 gtest-1.7.0/lib/.libs/libgtest.lai create mode 120000 gtest-1.7.0/lib/.libs/libgtest.so create mode 120000 gtest-1.7.0/lib/.libs/libgtest.so.0 create mode 100755 gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 create mode 100644 gtest-1.7.0/lib/.libs/libgtest_main.a create mode 120000 gtest-1.7.0/lib/.libs/libgtest_main.la create mode 100644 gtest-1.7.0/lib/.libs/libgtest_main.lai create mode 120000 gtest-1.7.0/lib/.libs/libgtest_main.so create mode 120000 gtest-1.7.0/lib/.libs/libgtest_main.so.0 create mode 100755 gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 create mode 100644 gtest-1.7.0/lib/libgtest.la create mode 100644 gtest-1.7.0/lib/libgtest_main.la (limited to 'gtest-1.7.0/lib') diff --git a/gtest-1.7.0/lib/.dirstamp b/gtest-1.7.0/lib/.dirstamp new file mode 100644 index 0000000..e69de29 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 Binary files /dev/null and b/gtest-1.7.0/lib/.libs/libgtest.a 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 Binary files /dev/null and b/gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 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 Binary files /dev/null and b/gtest-1.7.0/lib/.libs/libgtest_main.a 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 Binary files /dev/null and b/gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 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@)" -- cgit v1.2.1