[ANNOUNCE] rt-tests-v0.95

From: John Kacur
Date: Wed Oct 07 2015 - 09:53:28 EST



Dear RT Folks
We're pleased to announce the latest version of rt-tests

The previous version included the first addition of the ability to build
some of the tests for android which uses the bionic library. (Thank you to
Henrik Austad for that) Henrik is continuing his development work on
that.

This version includes a lot of changes to the build system that you will
hopefully find makes working with rt-tests a lot easier and more pleasant.
Chiefly the addition of a bld directory for the object files, plus some
clarification in the comments for different ways to build rt-tests. A
separate Makefile for bionic, and more.

To clear-up any previous confusion, we do support building without the
numa libs.

And there are a few odds and ends, clean-ups and a new man page

You can fetch it via git by cloning one of the following repos

git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://kernel.googlesource.com/pub/scm/utils/rt-tests/rt-tests.git

tag: v0.95

You can also fetch the tarball here
https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-0.95.tar.xz
https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-0.95.tar.gz

older versions are in
https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests/older

I've pushed a branch for new development, so you can start sending us your
patches, and bug reports.

branch: devel/v0.96

Enjoy!

List of Changes

Henrik Austad (1):
cyclictest: move redefine of CPUSET back to uclib

John Kacur (11):
Explicitly separate VPATH paths with a colon
build: Generate .o, .a, and .d files in bld dir
signaltest: call process_options before calling check_privs
signaltest: Check the status of pthread_create
rt-utils: Add John Kacur to the copyright
rt-utils: Fix some checkpatch errors in rt-utils.c
signaltest: Add a man page to signaltest
Makefile: Document certain compiling options
Makefile: Only call cc -dumpmachine once in the makefile
Bionic: Move android functionality into it's own arch Makefile
maintainence: VERSION bump and Change-log update

Uwe Kleine-König (4):
backfire: remove unused header file
remove several unused Makefiles
rt-migrate-test: remove space before \n
drop compiling without NPTL support