Test: Support system GTest, and give warning if no submodule (#13662)

This commit is contained in:
Chris Hennes
2024-06-03 10:40:35 -05:00
committed by GitHub
parent 5610d226c3
commit 11fa271eb5
89 changed files with 103 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "App/MappedName.h"
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <App/StringHasher.h>
#include <App/StringHasherPy.h>