summaryrefslogtreecommitdiff
path: root/test/librt/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/librt/Makefile.in')
-rw-r--r--test/librt/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/librt/Makefile.in b/test/librt/Makefile.in
deleted file mode 100644
index b2a829d..0000000
--- a/test/librt/Makefile.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# uClibc-ng shm tests
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-
-LDFLAGS_shmtest := -lrt
-
-ifeq ($(ARCH_USE_MMU),)
-TESTS_DISABLED := shmtest
-endif