blob: 92d14b90e9f2036bfb3f73de549dea8d4d57d15c [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# uClibc dlopen tests
2# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4top_builddir=../../
5include ../Rules.mak
6-include Makefile.in
7ifneq ($(HAVE_SHARED),y)
8TESTS_DISABLED := test3
9LDFLAGS_libtest.so := -lpthread
10endif
11
12include ../Test.mak