summaryrefslogtreecommitdiffstats
path: root/lib/libthr/tests/dlopen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/tests/dlopen/Makefile')
-rw-r--r--lib/libthr/tests/dlopen/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/libthr/tests/dlopen/Makefile b/lib/libthr/tests/dlopen/Makefile
new file mode 100644
index 0000000..0764bfa
--- /dev/null
+++ b/lib/libthr/tests/dlopen/Makefile
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+OBJTOP= ${.OBJDIR:H:H:H:H}
+SRCTOP= ${.CURDIR:H:H:H:H}
+TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/lib/libthr/dlopen
+
+CFLAGS+= -DTESTDIR=\"${TESTSDIR:Q}/\"
+LDFLAGS+= -L${.OBJDIR}/dso -Wl,-rpath=${TESTDIR}
+
+.if !defined(NO_PIC)
+SUBDIR+= dso
+
+NETBSD_ATF_TESTS_C= dlopen_test
+NETBSD_ATF_TESTS_C+= main_pthread_create_test
+# XXX: this blocks running the testcase
+#NETBSD_ATF_TESTS_C+= dso_pthread_create_test
+
+.for t in dlopen_test main_pthread_create_test
+DPADD.$t+= ${LIBPTHREAD}
+LDADD.$t+= -lpthread
+.endfor
+.endif
+
+.include <netbsd-tests.test.mk>
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud