xref: /minix3/usr.bin/make/unit-tests/hash.mk (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel SambucSTR1=
2*0a6a1f1dSLionel SambucSTR2=	a
3*0a6a1f1dSLionel SambucSTR3=	ab
4*0a6a1f1dSLionel SambucSTR4=	abc
5*0a6a1f1dSLionel SambucSTR5=	abcd
6*0a6a1f1dSLionel SambucSTR6=	abcde
7*0a6a1f1dSLionel SambucSTR7=	abcdef
8*0a6a1f1dSLionel SambucSTR8=	abcdefghijklmnopqrstuvwxyz
9*0a6a1f1dSLionel Sambuc
10*0a6a1f1dSLionel Sambucall:
11*0a6a1f1dSLionel Sambuc	@echo ${STR1:hash}
12*0a6a1f1dSLionel Sambuc	@echo ${STR2:hash}
13*0a6a1f1dSLionel Sambuc	@echo ${STR3:hash}
14*0a6a1f1dSLionel Sambuc	@echo ${STR4:hash}
15*0a6a1f1dSLionel Sambuc	@echo ${STR5:hash}
16*0a6a1f1dSLionel Sambuc	@echo ${STR6:hash}
17*0a6a1f1dSLionel Sambuc	@echo ${STR7:hash}
18*0a6a1f1dSLionel Sambuc	@echo ${STR8:hash}
19