Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.18
      1  1.18  pgoyette # $NetBSD: Makefile,v 1.18 2011/01/03 19:01:47 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.18  pgoyette TESTS_SUBDIRS+=	gen hash locale 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.18  pgoyette TESTS_SH+=	t_atexit
     29  1.17  pgoyette TESTS_SH+=	t_protoent
     30  1.17  pgoyette TESTS_SH+=	t_servent
     31  1.17  pgoyette 
     32  1.17  pgoyette BINDIR=		${TESTSDIR}
     33  1.17  pgoyette MKMAN=		no
     34  1.17  pgoyette 
     35  1.18  pgoyette PROGS+=		h_atexit
     36  1.17  pgoyette PROGS+=		h_protoent
     37  1.17  pgoyette PROGS+=		h_servent
     38  1.17  pgoyette 
     39   1.1     joerg .include <bsd.test.mk>
     40