We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30d929 commit 85024fbCopy full SHA for 85024fb
test/makefile
@@ -4,7 +4,7 @@ FSM_SRC = fsm.c
4
CFLAGS += -I$(UNITY_DIR)
5
CFLAGS += -Iinclude
6
TEST_SRCS = test/test_fsm.c
7
-TEST_OBJS = $(patsubst %.c,%.o,$(TEST_SRCS))
+TEST_OBJS = $(patsubst %.c,%.o,$(TEST_SRCS),$(UNITY_SRC),$(FSM_SRC))
8
TEST_BIN = fsm_test
9
10
test: $(TEST_OBJS)
0 commit comments