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