mirror of
https://github.com/transmission/transmission.git
synced 2026-04-24 19:00:00 +01:00
build: support building with system gtest (#8196)
* build: support building with system gtest * chore: include gtest headers with h-char include
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <libtransmission/error.h>
|
||||
|
||||
#include "test-fixtures.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
TEST(Error, errorSet)
|
||||
|
||||
Reference in New Issue
Block a user