]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/lib/libc/locale/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / lib / libc / locale / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-mbrtowc    \
4         test-wcrtomb    \
5         test-mbsnrtowcs \
6         test-mbsrtowcs  \
7         test-wcsnrtombs \
8         test-wcsrtombs  \
9         test-btowc      \
10         test-mbrlen     \
11         test-mbtowc     \
12         test-wctomb     \
13         test-mbstowcs   \
14         test-wcstombs   \
15         test-mblen      \
16         test-iswctype   \
17         test-towctrans
18
19 .PHONY: tests
20 tests: ${TESTS}
21         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
22
23 .PHONY: clean
24 clean:
25         -rm -f ${TESTS}