Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.14
      1  1.14  pgoyette # $NetBSD: Makefile,v 1.14 2010/12/31 05:05:43 pgoyette Exp $
      2   1.1     joerg 
      3   1.1     joerg .include <bsd.own.mk>
      4  1.11        he .include <bsd.sys.mk>
      5   1.1     joerg 
      6  1.12  pgoyette TESTS_SUBDIRS+=	gen hash setjmp stdlib stdio string
      7  1.11        he 
      8  1.11        he .if ${HAS_SSP} == "yes"
      9  1.11        he TESTS_SUBDIRS+=	ssp
     10  1.11        he .endif
     11   1.1     joerg 
     12   1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc
     13   1.1     joerg 
     14  1.13  pgoyette TESTS_C+=	t_convfp
     15  1.13  pgoyette TESTS_C+=	t_gdtoa
     16  1.13  pgoyette TESTS_C+=	t_randomid
     17  1.13  pgoyette 
     18   1.1     joerg .include <bsd.test.mk>
     19