OSDN Git Service

test_librt: Fix build system for shm_open/unlink tests
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 30 Jul 2009 09:38:26 +0000 (11:38 +0200)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 30 Jul 2009 09:38:26 +0000 (11:38 +0200)
Fix and align build system of librt tests to the test suite.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
test/librt/Makefile
test/librt/Makefile.in [new file with mode: 0644]

index ca60d72..354c681 100644 (file)
@@ -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 (file)
index 0000000..15ecbae
--- /dev/null
@@ -0,0 +1,4 @@
+# uClibc shm tests
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+LDFLAGS_shmtest := -lrt