tests,cpu-tests,Makefile: remove klib since it is added by default
This commit is contained in:
parent
1cf8c67eb6
commit
53cc98e4c0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ all: $(addprefix Makefile., $(ALL))
|
||||||
$(ALL): %: Makefile.%
|
$(ALL): %: Makefile.%
|
||||||
|
|
||||||
Makefile.%: tests/%.c latest
|
Makefile.%: tests/%.c latest
|
||||||
@/bin/echo -e "NAME = $*\nSRCS = $<\nLIBS += klib\ninclude $${AM_HOME}/Makefile" > $@
|
@/bin/echo -e "NAME = $*\nSRCS = $<\ninclude $${AM_HOME}/Makefile" > $@
|
||||||
@if make -s -f $@ ARCH=$(ARCH) $(MAKECMDGOALS); then \
|
@if make -s -f $@ ARCH=$(ARCH) $(MAKECMDGOALS); then \
|
||||||
printf "[%14s] $(COLOR_GREEN)PASS!$(COLOR_NONE)\n" $* >> $(RESULT); \
|
printf "[%14s] $(COLOR_GREEN)PASS!$(COLOR_NONE)\n" $* >> $(RESULT); \
|
||||||
else \
|
else \
|
||||||
|
|
Loading…
Reference in a new issue