diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-07-30 11:38:26 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-12 19:24:37 +0200 |
commit | e71fd9b2137bcfca173b8dda5c02c10c9626a7f1 (patch) | |
tree | a8a3d86dc0c70cd6ab8b59f0d01cb724b524c934 /test | |
parent | 3cbe26094f9e6c5b9ed435e1254bf592c3cf35b2 (diff) | |
download | uClibc-alpine-e71fd9b2137bcfca173b8dda5c02c10c9626a7f1.tar.bz2 uClibc-alpine-e71fd9b2137bcfca173b8dda5c02c10c9626a7f1.tar.xz |
test_librt: Fix build system for shm_open/unlink tests
Fix and align build system of librt tests to the test suite.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/librt/Makefile | 2 | ||||
-rw-r--r-- | test/librt/Makefile.in | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/librt/Makefile b/test/librt/Makefile index ca60d724b..354c6811e 100644 --- a/test/librt/Makefile +++ b/test/librt/Makefile @@ -5,5 +5,3 @@ top_builddir=../../ include ../Rules.mak -include Makefile.in include ../Test.mak - -LDFLAGS_shmtest := -lrt diff --git a/test/librt/Makefile.in b/test/librt/Makefile.in new file mode 100644 index 000000000..15ecbae5b --- /dev/null +++ b/test/librt/Makefile.in @@ -0,0 +1,4 @@ +# uClibc shm tests +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +LDFLAGS_shmtest := -lrt |