Added parameter matcher builder for matching struct values. Change-Id: I6aa4ca9706528b30c1cf23fbf0a6c66ac6245d58 Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
7 lines
261 B
Makefile
7 lines
261 B
Makefile
obj-$(CONFIG_TEST) += test.o mock.o common-mocks.o string-stream.o \
|
|
test-stream.o
|
|
obj-$(CONFIG_TEST_TEST) += \
|
|
test-test.o test-mock.o mock-macro-test.o mock-test.o string-stream-test.o \
|
|
test-stream-test.o
|
|
obj-$(CONFIG_EXAMPLE_TEST) += example-test.o
|