explicit paths
This commit is contained in:
parent
2c49760626
commit
45d877414d
|
@ -176,7 +176,7 @@ TCPPSRC =
|
||||||
ASMSRC = $(PORTASM)
|
ASMSRC = $(PORTASM)
|
||||||
|
|
||||||
|
|
||||||
INCDIR = . \
|
INCDIR = $(UNIT_TESTS_DIR) \
|
||||||
$(ALLINC) \
|
$(ALLINC) \
|
||||||
$(UTIL_INC) \
|
$(UTIL_INC) \
|
||||||
$(PROJECT_DIR)/config/engines \
|
$(PROJECT_DIR)/config/engines \
|
||||||
|
@ -193,9 +193,9 @@ INCDIR = . \
|
||||||
$(UNIT_TESTS_DIR)/googletest/googlemock/include \
|
$(UNIT_TESTS_DIR)/googletest/googlemock/include \
|
||||||
$(UNIT_TESTS_DIR)/googletest/googletest \
|
$(UNIT_TESTS_DIR)/googletest/googletest \
|
||||||
$(UNIT_TESTS_DIR)/googletest/googletest/include \
|
$(UNIT_TESTS_DIR)/googletest/googletest/include \
|
||||||
$(PROJECT_DIR)/../unit_tests/tests \
|
$(UNIT_TESTS_DIR)/tests \
|
||||||
$(PROJECT_DIR)/../unit_tests/tests/sensor \
|
$(UNIT_TESTS_DIR)/tests/sensor \
|
||||||
$(PROJECT_DIR)/../unit_tests/test_basic_math
|
$(UNIT_TESTS_DIR)/test_basic_math
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue