Minor refactor of fake-gtest.

Signed-off-by: Eric Paniagua <epaniagua@google.com>
epan/build/cmake
Eric Paniagua 4 years ago
parent 5356514a22
commit af337be7fe

@ -1,2 +0,0 @@
#pragma once
// Fake file to trick arduino-builder into working.

@ -0,0 +1,2 @@
#include "gtest/gtest.h"
#include "gmock/gmock.h"

@ -23,8 +23,7 @@
#undef T #undef T
#undef U #undef U
#include "fake-gtest.h" #include "googletest.h"
#include "gtest/gtest.h"
#include "Kaleidoscope-Simulator.h" #include "Kaleidoscope-Simulator.h"

Loading…
Cancel
Save