Home | History | Annotate | Line # | Download | only in locale
Makefile revision 1.1
      1  1.1  pgoyette # $NetBSD: Makefile,v 1.1 2011/04/09 17:45:25 pgoyette Exp $
      2  1.1  pgoyette 
      3  1.1  pgoyette .include <bsd.own.mk>
      4  1.1  pgoyette 
      5  1.1  pgoyette TESTSDIR=	${TESTSBASE}/lib/libc/locale
      6  1.1  pgoyette 
      7  1.1  pgoyette TESTS_C+=	t_ctype1
      8  1.1  pgoyette TESTS_C+=	t_ctype2
      9  1.1  pgoyette TESTS_C+=	t_mbtowc
     10  1.1  pgoyette TESTS_C+=	t_wcstod
     11  1.1  pgoyette TESTS_C+=	t_wctomb
     12  1.1  pgoyette 
     13  1.1  pgoyette .include <bsd.test.mk>
     14