Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

589 Commits
 
 
 
 
 
 

Repository files navigation

This is the master branch of the git repo for rt-tests.

The master branch is unused. You should use an existing branch instead.

The stable/v1.0 branch contains the old stable version.
The unstable/devel branches contain the development versions.


BRANCH CHECKOUT

To list available branches for tracking please do:
	git branch -r

To checkout stable/v1.0 and setup remote tracking to /origin/stable/v1.0 please do:
	git checkout -b stable/v1.0 origin/stable/v1.0
or
	git checkout -b stable/v1.0 --track origin/stable/v1.0

Older versions of git will not work with git checkout stable/v1.0.

Similarly for the unstable/devel/v1.1.1 branch please do:
	git checkout -b unstable/devel/v1.1.1 --track origin/unstable/devel/v1.1.1

About

[fork] Suite of real-time tests - cyclictest, hwlatdetect, pip_stress, pi_stress, pmqtest, ptsematest, rt-migrate-test, sendme, signaltest, sigwaittest, svsematest

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors