Skip to content

Commit

Permalink
Make sure config.h is included
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Jun 18, 2017
1 parent 7424261 commit 8674f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_full_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ TEST_PATH=tests/$(TEST)

$(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC)
$(TEST)_DEFS=$(TMK_COMMON_DEFS)
$(TEST)_CONFIG=$(TEST_PATH)/config.h
1 change: 1 addition & 0 deletions build_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ endif
$(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC)
$(TEST_OBJ)/$(TEST)_INC := $($(TEST)_INC) $(VPATH) $(GTEST_INC)
$(TEST_OBJ)/$(TEST)_DEFS := $($(TEST)_DEFS)
$(TEST_OBJ)/$(TEST)_CONFIG := $($(TEST)_CONFIG)

include $(TMK_PATH)/native.mk
include $(TMK_PATH)/rules.mk
Expand Down

0 comments on commit 8674f9c

Please sign in to comment.