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 c63be903e4
commit c622221c70
89 changed files with 103 additions and 89 deletions

View File

@@ -3,7 +3,7 @@
// Tests for the makeShapeWithElementMap method, extracted from the main set of tests for TopoShape
// due to length and complexity.
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include "src/App/InitApplication.h"
#include "PartTestHelpers.h"
#include <Mod/Part/App/TopoShape.h>