[git commit 0_9_30] test_librt: Fix build system for shm_open/unlink tests

Carmelo Amoroso carmelo.amoroso at st.com
Sat Oct 10 16:44:02 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=e71fd9b2137bcfca173b8dda5c02c10c9626a7f1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Fix and align build system of librt tests to the test suite.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/librt/Makefile    |    2 --
 test/librt/Makefile.in |    4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 test/librt/Makefile.in

diff --git a/test/librt/Makefile b/test/librt/Makefile
index ca60d72..354c681 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 0000000..15ecbae
--- /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
-- 
1.6.3.3



More information about the uClibc-cvs mailing list