Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.13
      1  1.13  pgoyette # $NetBSD: Makefile,v 1.13 2010/12/31 04:08:33 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.13  pgoyette .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
     13  1.13  pgoyette SUBDIR+= ieeefp
     14  1.13  pgoyette .endif
     15  1.13  pgoyette 
     16   1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc
     17   1.1     joerg 
     18  1.13  pgoyette TESTS_C+=	t_convfp
     19  1.13  pgoyette TESTS_C+=	t_gdtoa
     20  1.13  pgoyette TESTS_C+=	t_randomid
     21  1.13  pgoyette 
     22   1.1     joerg .include <bsd.test.mk>
     23