mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
We are adding unit tests based on Google Test and Google Mock. Add support for them to CMake. GTest support is conditional on the BUILD_TESTS option. GTest-based tests can use the BUILD_TESTS variable to decide if they should be built or not. Since tests will be created in other components than framework, move the BUILD_TESTS option to the top-level CMakeLists.txt. Same for enable_testing, and make that conditional on BUILD_TESTS as well. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Mario Maz <mmazzapater@gmail.com>
1.4 KiB
1.4 KiB
The prplMesh project is copyright 2016-2020 its contributors. This file lists all contributors.
- Adam Dov
- Alex Kanter
- Allan Dickow
- Anton Bilohai
- Arnout Vandecappelle (Essensium/Mind)
- Coral Malachi
- Denis Bakin
- Eduardo Aguilar
- Fancy Qian
- Frederik Van Bogaert
- Gal Wiener
- Intel Corporation
- Itay Elenzweig
- Juan Schroeder
- KC Chen
- Lior Amram
- Maksym Bielan
- Mario Maz
- MaxLinear
- Moran Shoeg
- Oleksii Ponomarenko
- Ostap Slyusar
- Pavel Levitsky
- Ram Marzin
- Ran Regev
- Raphaël Mélotte
- Semyon Barenboym
- Tomer Eliyahu
- Vitalii Komisarenko
- Vitaly Bukhovsky
- Vladyslav Tupikin
- Yevheniy-Vilhelm Vall
- Yaniv Yitzhak
- Yuriy Masechko
In addition, some parts were copied from other projects.
- nl80211_client_impl.cpp contains code copied from
iw- Johannes Berg
- Andy Lutomirski
- Mike Kershaw
- Luis R. Rodriguez
- easylogging++ is forked from https://github.com/amrayn/easyloggingpp
- Zuhd Web Services
- @abumusamq
- cmake/googletest.cmake and googletest.CMakeLists.txt.in contain code copied from Incorporating GoogleTest Into An Existing CMake Project
- Google Inc.