summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-06-20 10:30:41 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-06-20 10:30:41 +0000
commit07f0779c161a4ca105068d8d3410d266c4b34a38 (patch)
tree8eeef33b6a939eeca45323276c0559474396931f /regress
parent12ec8c3d52a505dae93dce63a789d87f5c5894b5 (diff)
Move the crypto/bn regression test one directory deeper in preparation for
it getting siblings.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libcrypto/bn/Makefile13
-rw-r--r--regress/lib/libcrypto/bn/general/Makefile9
-rw-r--r--regress/lib/libcrypto/bn/general/bntest.c (renamed from regress/lib/libcrypto/bn/bntest.c)0
3 files changed, 15 insertions, 7 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile
index ecc2e79075c..a19e4568925 100644
--- a/regress/lib/libcrypto/bn/Makefile
+++ b/regress/lib/libcrypto/bn/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:45 miod Exp $
+# $OpenBSD: Makefile,v 1.3 2014/06/20 10:30:40 miod Exp $
-PROG= bntest
-LDADD= -lcrypto
-DPADD= ${LIBCRYPTO}
-WARNINGS= Yes
-CFLAGS+= -Werror
+SUBDIR= \
+ general
-.include <bsd.regress.mk>
+install:
+
+.include <bsd.subdir.mk>
diff --git a/regress/lib/libcrypto/bn/general/Makefile b/regress/lib/libcrypto/bn/general/Makefile
new file mode 100644
index 00000000000..506c5d7e9ee
--- /dev/null
+++ b/regress/lib/libcrypto/bn/general/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 2014/06/20 10:30:40 miod Exp $
+
+PROG= bntest
+LDADD= -lcrypto
+DPADD= ${LIBCRYPTO}
+WARNINGS= Yes
+CFLAGS+= -Werror
+
+.include <bsd.regress.mk>
diff --git a/regress/lib/libcrypto/bn/bntest.c b/regress/lib/libcrypto/bn/general/bntest.c
index 74a97e9c8a3..74a97e9c8a3 100644
--- a/regress/lib/libcrypto/bn/bntest.c
+++ b/regress/lib/libcrypto/bn/general/bntest.c