소스 검색

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 16 년 전
부모
커밋
67b2a60533
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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