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
commit969bd9cb8a27ffdcb617fe7f70566bf58682ead7 (patch)
tree35bc7d9cac3c384642e59a6977d5fc0f6027c85c /src
parent038448a931f0b4209429847285e08acf69328612 (diff)
downloadopenbsd-969bd9cb8a27ffdcb617fe7f70566bf58682ead7.tar.gz
openbsd-969bd9cb8a27ffdcb617fe7f70566bf58682ead7.tar.bz2
openbsd-969bd9cb8a27ffdcb617fe7f70566bf58682ead7.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