tests cleanup
. make common.o link with the tests instead of being #included as common.c . fix warnings about missing prototypes by declaring functions static . reduces some duplicated code Change-Id: Ic2a765d7f5886add5863190efec3fdd2d2ea2137
This commit is contained in:
@@ -70,6 +70,10 @@ LDSTATIC= -dynamic
|
||||
PROGS+= test63 mod
|
||||
.endif
|
||||
|
||||
.for o in $(PROGS)
|
||||
OBJS.${o} += common.o
|
||||
.endfor
|
||||
|
||||
# LSC Make sure there is not leftover after a failed testrun
|
||||
clean: .PHONY .MAKE
|
||||
$(MAKE) -C select clean
|
||||
|
||||
Reference in New Issue
Block a user