Home
last modified time | relevance | path

Searched refs:gtest (Results 1 – 25 of 10368) sorted by path

12345678910>>...415

/dports/archivers/draco/draco-1.4.3/cmake/
H A Ddraco_tests.cmake72 "${draco_root}/../googletest/googletest/src/gtest-all.cc")
/dports/archivers/draco/googletest/
H A D.gitignore58 googlemock/gtest
H A DBUILD.bazel75 hdrs = ["googletest/include/gtest/gtest_prod.h"],
81 name = "gtest",
86 "googletest/include/gtest/**/*.h",
91 "googletest/src/gtest-all.cc",
98 "googletest/include/gtest/*.h",
148 deps = [":gtest"],
199 deps = [":gtest"],
206 deps = [":gtest"],
H A DREADME.md106 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based
110 [GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that
115 [GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event
120 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
123 [GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-ad…
/dports/archivers/draco/googletest/docs/
H A Dadvanced.md1492 `"gtest/gtest-spi.h"` contains some constructs to do this.
H A Dgmock_for_dummies.md228 #include "gtest/gtest.h"
H A Dpkgconfig.md106 Name: gtest
120 $ pkg-config --cflags gtest
122 $ pkg-config --libs gtest
140 $ pkg-config --cflags gtest
142 $ pkg-config --libs gtest
H A Dprimer.md384 with `gtest_main` (as opposed to with `gtest`), which defines a suitable entry
397 #include "gtest/gtest.h"
482 `gtest-port.h` for your platform.
H A Dquickstart-bazel.md76 #include <gtest/gtest.h>
H A Dquickstart-cmake.md85 #include <gtest/gtest.h>
134 Scanning dependencies of target gtest
/dports/archivers/draco/googletest/docs/reference/
H A Dassertions.md4 behavior. To use them, include the header `gtest/gtest.h`.
H A Dtesting.md6 To use them, include the header `gtest/gtest.h`.
/dports/archivers/draco/googletest/googlemock/cmake/
H A Dgmock.pc.in8 Requires: gtest = @PROJECT_VERSION@
/dports/archivers/draco/googletest/googlemock/test/
H A DBUILD.bazel47 deps = ["//:gtest"],
95 deps = ["//:gtest"],
/dports/archivers/draco/googletest/googletest/
H A DREADME.md51 If you use Windows and have Visual Studio installed, a `gtest.sln` file and
64 libraries as `GTest::gtest`, `GTest::gmock`.
103 # Now simply link against gtest or gtest_main as needed. Eg
116 something like the following: gtest.lib(gtest-all.obj) : error LNK2038: mismatch
122 Enabling this option will make gtest link the runtimes dynamically too, and
143 [include/gtest/internal/gtest-port.h](https://github.com/google/googletest/blob/master/googletest/i…
148 `#include "gtest/gtest.h"`, you can check the
173 To compile *gtest* as a shared library, add
180 To compile your *tests* that use the gtest shared library, add
/dports/archivers/draco/googletest/googletest/cmake/
H A Dgtest.pc.in4 Name: gtest
H A Dgtest_main.pc.in8 Requires: gtest = @PROJECT_VERSION@
H A Dinternal_utils.cmake136 # For building gtest's own tests and samples.
143 # For building the gtest libraries.
147 # Defines the gtest & gtest_main libraries. User tests should link
/dports/archivers/draco/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md5 ## Header `gtest.h`
14 ## Header `gtest-port.h`
55 ## Header `gtest-printers.h`
57 * See documentation at `gtest/gtest-printers.h` for details on how to define a
/dports/archivers/draco/googletest/googletest/test/
H A DBUILD.bazel45 "gtest-*.cc",
116 deps = ["//:gtest"],
134 "//:gtest",
146 deps = ["//:gtest"],
185 deps = ["//:gtest"],
207 deps = ["//:gtest"],
222 deps = ["//:gtest"],
237 deps = ["//:gtest"],
252 deps = ["//:gtest"],
267 deps = ["//:gtest"],
[all …]
/dports/archivers/gzip-hpp/gzip-hpp-0.1.0-1-g7546b35/
H A D.clang-format52 - Regex: '^(<|"(gtest|isl|json)/)'
/dports/archivers/laszip/LASzip-3.4.3/cmake/
H A Dmacros.cmake118 target_link_libraries(${_name} ${LASZIP_BASE_LIB_NAME} gtest
/dports/archivers/lazperf/laz-perf-2.0.0/
H A D.gitignore65 test/gtest/gtest-1.7.0/Release/gtest_main.lib
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/
H A DREADME.md37 directory. Just type 'make' to build gtest.
39 If you use Windows and have Visual Studio installed, a `gtest.sln` file and
47 If you want to use gtest in a project which already uses CMake, then a more
118 # the gtest and gtest_main targets.
123 # The gtest/gtest_main targets carry header search path
130 # Now simply link against gtest or gtest_main as needed. Eg
145 something like the following: gtest.lib(gtest-all.obj) : error LNK2038: mismatch
172 [include/gtest/internal/gtest-port.h](https://github.com/google/googletest/blob/master/googletest/i…
177 `#include "gtest/gtest.h"`, you can check the
202 To compile *gtest* as a shared library, add
[all …]
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/cmake/
H A Dgtest.pc.in5 Name: gtest

12345678910>>...415