googlemock needs to be built together with googletest. This patch
is enabling it by doing the following things
* Moving googletest and googlemock under the same top level directory,
so that we have a single SConscript for building them.
This also matches googletest directory structure:
googletest
|_googletest
|_googlemock
* Adding a shared SConscript which is building gmock and gtest as libgtest
* Removing googletest/SConscript
Change-Id: I88accbdd2e80fb47efaa17819233371fbad6acaa
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/14696
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# This file contains a list of people who've made non-trivial
|
|
# contribution to the Google C++ Mocking Framework project. People
|
|
# who commit code to the project are encouraged to add their names
|
|
# here. Please keep the list sorted by first names.
|
|
|
|
Benoit Sigoure <tsuna@google.com>
|
|
Bogdan Piloca <boo@google.com>
|
|
Chandler Carruth <chandlerc@google.com>
|
|
Dave MacLachlan <dmaclach@gmail.com>
|
|
David Anderson <danderson@google.com>
|
|
Dean Sturtevant
|
|
Gene Volovich <gv@cite.com>
|
|
Hal Burch <gmock@hburch.com>
|
|
Jeffrey Yasskin <jyasskin@google.com>
|
|
Jim Keller <jimkeller@google.com>
|
|
Joe Walnes <joe@truemesh.com>
|
|
Jon Wray <jwray@google.com>
|
|
Keir Mierle <mierle@gmail.com>
|
|
Keith Ray <keith.ray@gmail.com>
|
|
Kostya Serebryany <kcc@google.com>
|
|
Lev Makhlis
|
|
Manuel Klimek <klimek@google.com>
|
|
Mario Tanev <radix@google.com>
|
|
Mark Paskin
|
|
Markus Heule <markus.heule@gmail.com>
|
|
Matthew Simmons <simmonmt@acm.org>
|
|
Mike Bland <mbland@google.com>
|
|
Neal Norwitz <nnorwitz@gmail.com>
|
|
Nermin Ozkiranartli <nermin@google.com>
|
|
Owen Carlsen <ocarlsen@google.com>
|
|
Paneendra Ba <paneendra@google.com>
|
|
Paul Menage <menage@google.com>
|
|
Piotr Kaminski <piotrk@google.com>
|
|
Russ Rufer <russ@pentad.com>
|
|
Sverre Sundsdal <sundsdal@gmail.com>
|
|
Takeshi Yoshino <tyoshino@google.com>
|
|
Vadim Berman <vadimb@google.com>
|
|
Vlad Losev <vladl@google.com>
|
|
Wolfgang Klier <wklier@google.com>
|
|
Zhanyong Wan <wan@google.com>
|