summaryrefslogtreecommitdiff
path: root/regress/unittests/Makefile
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-01-15 07:36:28 +0000
committerDamien Miller <djm@mindrot.org>2015-01-15 21:39:18 +1100
commitd333f89abf7179021e5c3f28673f469abe032062 (patch)
tree8399e567e65d2d0c241f344c09b4ed1eb2cfbae3 /regress/unittests/Makefile
parent7613f828f49c55ff356007ae9645038ab6682556 (diff)
upstream commit
unit tests for KRL bitmap
Diffstat (limited to 'regress/unittests/Makefile')
-rw-r--r--regress/unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index bdb4574e2..722940a1b 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,5 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $ 1# $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $
2 2
3SUBDIR= test_helper sshbuf sshkey 3SUBDIR= test_helper sshbuf sshkey bitmap
4 4
5.include <bsd.subdir.mk> 5.include <bsd.subdir.mk>