diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-28 18:43:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-28 18:43:57 +0200 |
commit | e65912f8b2a6fa966b1ba45360070cf9f25568b4 (patch) | |
tree | 7fd84c87041f86ba24c03cacd0aa0c656ef88d33 /test/dlopen | |
parent | 7988979a722b4cdf287b2093956a76a3f19b9897 (diff) |
rework most tests to work as standalone package
Diffstat (limited to 'test/dlopen')
-rw-r--r-- | test/dlopen/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/dlopen/Makefile.in b/test/dlopen/Makefile.in index 740453a..f947adc 100644 --- a/test/dlopen/Makefile.in +++ b/test/dlopen/Makefile.in @@ -1,9 +1,6 @@ -# uClibc dlopen tests +# uClibc-ng dlopen tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -# rules need a little love to work with glibc ... -export UCLIBC_ONLY := 1 - TESTS := dltest dltest2 dlstatic test1 test2 test3 dlundef dlafk dladdr \ testscope nodelete nodelete1 tst-origin |