Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.16
      1  1.16  pgoyette # $NetBSD: Makefile,v 1.16 2011/01/02 03:51:20 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.16  pgoyette .if ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000"
      9  1.16  pgoyette TESTS_SUBDIRS+=	ieeefp
     10  1.16  pgoyette .endif
     11  1.16  pgoyette 
     12  1.11        he .if ${HAS_SSP} == "yes"
     13  1.11        he TESTS_SUBDIRS+=	ssp
     14  1.11        he .endif
     15   1.1     joerg 
     16   1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc
     17   1.1     joerg 
     18  1.15  pgoyette TESTS_C+=	t_clone
     19  1.15  pgoyette TESTS_C+=	t_context
     20  1.13  pgoyette TESTS_C+=	t_convfp
     21  1.13  pgoyette TESTS_C+=	t_gdtoa
     22  1.15  pgoyette TESTS_C+=	t_hsearch
     23  1.15  pgoyette TESTS_C+=	t_inet
     24  1.15  pgoyette TESTS_C+=	t_ptm
     25  1.13  pgoyette TESTS_C+=	t_randomid
     26  1.15  pgoyette TESTS_C+=	t_strptime
     27  1.13  pgoyette 
     28   1.1     joerg .include <bsd.test.mk>
     29