[Broken]: Trying to get arduino-builder to build googletest.

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

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

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save