Browse Source

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>
Carmelo Amoroso 15 years ago
parent
commit
67b2a60533
2 changed files with 4 additions and 2 deletions
  1. 0 2
      test/librt/Makefile
  2. 4 0
      test/librt/Makefile.in

+ 0 - 2
test/librt/Makefile

@@ -5,5 +5,3 @@ top_builddir=../../
 include ../Rules.mak
 -include Makefile.in
 include ../Test.mak
-
-LDFLAGS_shmtest := -lrt

+ 4 - 0
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