]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/lib/libc/locale/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         test-c16rtomb \
19         test-mbrtoc16
20
21 .PHONY: tests
22 tests: ${TESTS}
23         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
24
25 .PHONY: clean
26 clean:
27         -rm -f ${TESTS}