head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.49.47;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.11.07.22.03.59;	author sjg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/lib/libcrypt/tests/Makefile 242713 2012-11-07 22:03:59Z sjg $

# exercise libcrypt

TESTS_C= crypt_tests

CFLAGS+= -I${.CURDIR:H}
LDADD+= -L${.OBJDIR:H} -lcrypt

.include <atf.test.mk>
@


1.1
log
@SVN rev 242713 on 2012-11-07 22:03:59Z by sjg

Simple unit-tests for libcrypt, to show how easy it is.

Approved by:	marcel (mentor)
@
text
@d1 1
a1 1
# $FreeBSD$
@

