[Broken] gtest-arduino is supposed being build, but the .a is nowhere to be found.

Signed-off-by: Eric Paniagua <epaniagua@google.com>
epan/testing/hello-simulator
Eric Paniagua 4 years ago
parent 7a86d004a9
commit 25b4ba3269

@ -14,6 +14,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
set -e
set -x
######
###### Build and output configuration
@ -397,7 +398,7 @@ compile () {
-libraries "." \
-libraries "${ROOT}" \
-libraries "${BOARD_HARDWARE_PATH}/.." \
-libraries "${BOARD_HARDWARE_PATH}/keyboardio/avr/libraries/Kaleidoscope/gtest-arduino" \
-libraries "${ROOT}/gtest-arduino" \
${local_LIBS} \
${EXTRA_BUILDER_ARGS} \
-build-cache "${CORE_CACHE_PATH}" \

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-all.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-death-test.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-filepath.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-internal-inl.h

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-matchers.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-port.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-printers.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-test-part.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest-typed-test.cc

@ -0,0 +1 @@
../../googletest/googletest/src/gtest.cc

@ -0,0 +1 @@
../../googletest/googletest/include/gtest/gtest.h

@ -0,0 +1 @@
../../googletest/googletest/src/gtest_main.cc

@ -1 +0,0 @@
../../googletest/googletest/src

@ -18,7 +18,7 @@
#pragma once
#include "gtest/gtest.h"
#include "gtest.h"
#include "Kaleidoscope-Simulator.h"

Loading…
Cancel
Save