diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-17 08:42:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-17 08:42:21 +0100 |
commit | b227e47b1f7bf4a1adcfea823e2efc7be40d171b (patch) | |
tree | 0cef947028e9690d64dd559639f300c73e7ba832 /test/rt/Makefile | |
parent | d8953ce923ec3bee1b0e4459e737e315472ec808 (diff) |
rename librt test, add tst-posix_spawn
Diffstat (limited to 'test/rt/Makefile')
-rw-r--r-- | test/rt/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/rt/Makefile b/test/rt/Makefile new file mode 100644 index 0000000..1021afe --- /dev/null +++ b/test/rt/Makefile @@ -0,0 +1,8 @@ +# uClibc shm tests +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +top_builddir=../../ +top_srcdir=../../ +include ../Rules.mak +-include Makefile.in +include ../Test.mak |