5b905722f6
comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths. * Makefile (tests): Add tests from tests-mbwc subdirectory, comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths.
11 lines
156 B
C
11 lines
156 B
C
/*
|
|
ISWPUNCT: int iswpunct (wint_t wc);
|
|
*/
|
|
|
|
#define TST_FUNCTION iswpunct
|
|
|
|
#include "tsp_common.c"
|
|
#include "dat_iswpunct.c"
|
|
|
|
TST_FUNC_ISW (PUNCT, punct);
|