diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-07-30 11:44:51 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-07-30 11:44:51 +0200 |
commit | 7134e8aba545d434feca5d2aa990ec59895979df (patch) | |
tree | 93bb6c3d1dcc35e9c8fa5ddd2f175074ae210b98 | |
parent | eb86e04e7bbc18861b838e3b1a266758145d7d27 (diff) | |
download | uClibc-alpine-7134e8aba545d434feca5d2aa990ec59895979df.tar.bz2 uClibc-alpine-7134e8aba545d434feca5d2aa990ec59895979df.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>
-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 362d5d5c1..30e6a891d 100644 --- a/test/librt/Makefile +++ b/test/librt/Makefile @@ -2,5 +2,3 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. 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 |