removed contrib paths in makefile
This commit is contained in:
parent
9bf90b543f
commit
38a3d5ea22
@ -89,11 +89,11 @@ ifeq ($(TARGET), apollo3evb)
|
|||||||
$(MAKEFILE_DIR)/targets/apollo3evb/am_util_id.c \
|
$(MAKEFILE_DIR)/targets/apollo3evb/am_util_id.c \
|
||||||
$(MAKEFILE_DIR)/targets/apollo3evb/am_util_stdio.c
|
$(MAKEFILE_DIR)/targets/apollo3evb/am_util_stdio.c
|
||||||
|
|
||||||
TEST_SCRIPT := tensorflow/contrib/lite/experimental/log_test/test_apollo3evb_binary.sh
|
TEST_SCRIPT := tensorflow/lite/experimental/log_test/test_apollo3evb_binary.sh
|
||||||
# These are tests that don't currently work on the blue pill.
|
# These are tests that don't currently work on the blue pill.
|
||||||
EXCLUDED_TESTS := \
|
EXCLUDED_TESTS := \
|
||||||
tensorflow/contrib/lite/experimental/micro/micro_interpreter_test.cc \
|
tensorflow/lite/experimental/micro/micro_interpreter_test.cc \
|
||||||
tensorflow/contrib/lite/experimental/micro/simple_tensor_allocator_test.cc
|
tensorflow/lite/experimental/micro/simple_tensor_allocator_test.cc
|
||||||
MICROLITE_TEST_SRCS := $(filter-out $(EXCLUDED_TESTS), $(MICROLITE_TEST_SRCS))
|
MICROLITE_TEST_SRCS := $(filter-out $(EXCLUDED_TESTS), $(MICROLITE_TEST_SRCS))
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user