diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-07-03 00:20:19 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-07-03 00:20:19 +0200 |
commit | eac5e6eee91332c3c98f4c5a3ee2d55ec1723d81 (patch) | |
tree | 78aa48b98d7b89d2dce43f66983981ab38b9b90a /test/librt/Makefile | |
parent | a98934adc9277d1dea52b929d59c6b15ccf115a2 (diff) |
add testcases for shm_{open,unlink}
Reported-by: Mikael Lund Jepsen <mlj@iccc.dk>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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 |