]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/variables/modifier_t/Makefile.test
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / make / tests / variables / modifier_t / Makefile.test
1 # $FreeBSD$
2 #
3 # Test the t modifier.
4 #
5 # below is missing '
6 ASCII=  !"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
7
8 test1:
9         @echo '${ASCII}'
10
11 test2:
12         @echo '${ASCII:tl}'
13
14 test3:
15         @echo '${ASCII:tu}'