diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-16 19:01:13 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-16 21:26:04 +0200 |
commit | 01b6e1cbf28f54793e22cc40affac7fb03511180 (patch) | |
tree | 5ac27527b2c5f36384f2c42d3907f12fa96067af /doc | |
parent | eefc0f5d80fbcb485db230c3df090b69994a75ce (diff) |
test: use GTest instead of cppunit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst index 7a6eded7a..07a25fcd2 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -80,7 +80,7 @@ For example, the following installs a fairly complete list of build dependencies libavahi-client-dev \ libsqlite3-dev \ libsystemd-dev libwrap0-dev \ - libcppunit-dev xmlto \ + libgtest-dev xmlto \ libboost-dev \ libicu-dev |