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)
5 OBJECTS = $(addprefix $(OBJDIR)/,$(notdir $(SOURCES:.c=.o)))
6 
7 LDFLAGS += -g -Wl,--wrap=dlopen -Wl,--wrap=dlclose -Wl,--wrap=dlsym
8 
9 include ../test_targets.mk