Hi, is there a way to run a single test (or a list of tests) instead of running the whole test suite of RTEMS using the rtems-test command?
The rtems-test and it’s friend rtems-run accept a single executable file, list of files, a directory or a list of directories on the command line.
Just supply on the command line the single test executable to run a single test.
If you use rtems-run the executable is run without the extra test wrapper that performs the test result analysis.
1 Like