#include "../README" Four tests have been implemented to validate the correct behaviour of CBS implementation. For every test developed it has been used the same workload. The structure of the examples is made up, basically, of two files: rt_process.c and CBS_app.c. The former contains the module that creates the four threads plus the CBS threads. The latter contains the code that generates the aperiodic events. It is the same code for all examples, so the file CBS_app.c is in the ./common directory. To run these examples you must first compile and boot the RT-kernel, then type "make test". All examples are compiled into the Linux module rt_process.o. To validate the test it is programed to generate a chronogram of the execution on the file "output", that chronogram can be viewed with the "crono" application (a tracer viewer), that you can find at: http://bernia.disca.upv.es/~iripoll/rt-linux/graphic/crono/