瀏覽代碼

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