diff options
Diffstat (limited to 'test/librt/Makefile')
-rw-r--r-- | test/librt/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/librt/Makefile b/test/librt/Makefile new file mode 100644 index 000000000..362d5d5c1 --- /dev/null +++ b/test/librt/Makefile @@ -0,0 +1,6 @@ +# uClibc shm tests +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +include ../Test.mak + +LDFLAGS_shmtest := -lrt |