Skip to content

Commit 2826878

Browse files
committed
[#3732] Add note to devel docs about gtest.wrap
1 parent 435d56b commit 2826878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/devel/unit-tests.dox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ be, but rather provide gtest as sources. This was further complicated
1717
with the fact that some Linux distributions packaged gtest and tried
1818
to mimic its installation. Meson tries its best to accommodate all typical
1919
situations and to locate gtest on its own. If it cannot be found, linking
20-
/usr/src/googletest to the custom location should do the trick. The `-D tests`
21-
flag has to be provided.
20+
/usr/src/googletest to the custom location should do the trick. If that does
21+
not work either, the Kea project has a gtest.wrap which instructs it how to
22+
fetch googletest on its own. The `-D tests` flag has to be provided.
2223

2324
@code
24-
sudo apt install googletest
2525
meson setup build -D tests=enabled
2626
@endcode
2727

0 commit comments

Comments
 (0)