aboutsummaryrefslogtreecommitdiff
path: root/lib/libmp/tests/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-08-04 22:10:07 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-08-04 22:10:07 +0000
commitdfed135e5cea0ade1886b98f3df4e68fca9e1fb0 (patch)
tree77b1051b012faf11d64dcaa92d49afb4a43c662c /lib/libmp/tests/Makefile
parent5f9500c358cd140f1615307cd31360dd6cbff8e3 (diff)
downloadsrc-dfed135e5cea0ade1886b98f3df4e68fca9e1fb0.tar.gz
src-dfed135e5cea0ade1886b98f3df4e68fca9e1fb0.zip
Integrate lib/libmp into the build/kyua
- Remove the .t wrapper - Fix -Wreturn-type warnings with clang This change has been tested on amd64/i386 Phabric: D530 Reviewed by: jmmv Approved by: jmmv (co-mentor) MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=269534
Diffstat (limited to 'lib/libmp/tests/Makefile')
-rw-r--r--lib/libmp/tests/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libmp/tests/Makefile b/lib/libmp/tests/Makefile
new file mode 100644
index 000000000000..0f591eb3ea42
--- /dev/null
+++ b/lib/libmp/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/lib/libmp
+
+TAP_TESTS_C+= legacy_test
+
+DPADD+= ${LIBCRYPTO} ${LIBMP}
+LDADD+= -lcrypto -lmp
+
+.include <bsd.test.mk>