libamxb  4.8.2
Bus Agnostic C API
makefile
Go to the documentation of this file.
1 include ../test_defines.mk
2 
3 TARGET = run_test
4 SOURCES += $(wildcard ./*.c) $(wildcard $(MOCK_SRCDIR)/*.c)
5 OBJECTS = $(addprefix $(OBJDIR)/,$(notdir $(SOURCES:.c=.o)))
6 
7 include ../test_targets.mk