tests,cpu-tests,Makefile: remove klib since it is added by default

This commit is contained in:
Zihao Yu 2023-04-25 17:23:01 +08:00
parent 1cf8c67eb6
commit 53cc98e4c0

View file

@ -15,7 +15,7 @@ all: $(addprefix Makefile., $(ALL))
$(ALL): %: Makefile.%
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 \
printf "[%14s] $(COLOR_GREEN)PASS!$(COLOR_NONE)\n" $* >> $(RESULT); \
else \