summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2014-06-20 10:30:40 +0000
committermiod <>2014-06-20 10:30:40 +0000
commit8eee83a2cf1dc10b0fd2b0879ccbe9d5b1359462 (patch)
tree35bc7d9cac3c384642e59a6977d5fc0f6027c85c /src
parent389096505b8b9e44923ba7b4f675c83f3c3492f1 (diff)
downloadopenbsd-8eee83a2cf1dc10b0fd2b0879ccbe9d5b1359462.tar.gz
openbsd-8eee83a2cf1dc10b0fd2b0879ccbe9d5b1359462.tar.bz2
openbsd-8eee83a2cf1dc10b0fd2b0879ccbe9d5b1359462.zip
Move the crypto/bn regression test one directory deeper in preparation for
it getting siblings.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile13
-rw-r--r--src/regress/lib/libcrypto/bn/general/Makefile9
-rw-r--r--src/regress/lib/libcrypto/bn/general/bntest.c (renamed from src/regress/lib/libcrypto/bn/bntest.c)0
3 files changed, 15 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index ecc2e79075..a19e456892 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,9 +1,8 @@
1# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:45 miod Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/06/20 10:30:40 miod Exp $
2 2
3PROG= bntest 3SUBDIR= \
4LDADD= -lcrypto 4 general
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
8 5
9.include <bsd.regress.mk> 6install:
7
8.include <bsd.subdir.mk>
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile
new file mode 100644
index 0000000000..506c5d7e9e
--- /dev/null
+++ b/src/regress/lib/libcrypto/bn/general/Makefile
@@ -0,0 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2014/06/20 10:30:40 miod Exp $
2
3PROG= bntest
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
8
9.include <bsd.regress.mk>
diff --git a/src/regress/lib/libcrypto/bn/bntest.c b/src/regress/lib/libcrypto/bn/general/bntest.c
index 74a97e9c8a..74a97e9c8a 100644
--- a/src/regress/lib/libcrypto/bn/bntest.c
+++ b/src/regress/lib/libcrypto/bn/general/bntest.c