Skip to content

Commit

Permalink
Remove cpputest include from gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Aug 23, 2023
1 parent e032679 commit 226a546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
* under the License.
*
*/

#include <gtest/gtest.h>

#include "celix_properties.h"

#include "malloc_ei.h"
#include "celix_hash_map_ei.h"

#include <gtest/gtest.h>

class PropertiesErrorInjectionTestSuite : public ::testing::Test {
public:
PropertiesErrorInjectionTestSuite() = default;
Expand Down
5 changes: 0 additions & 5 deletions libs/utils/gtest/src/VersionErrorInjectionTestSuite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@
*/

#include <gtest/gtest.h>
#include <string.h>

#include "celix_utils_ei.h"
#include "CppUTest/TestHarness.h"
#include "CppUTest/TestHarness_c.h"
#include "CppUTest/CommandLineTestRunner.h"
#include "malloc_ei.h"

#include "celix_version.h"


Expand Down

0 comments on commit 226a546

Please sign in to comment.