| # This software may be distributed and modified according to the terms of |
| # the BSD 2-Clause license. Note that NO WARRANTY is provided. |
| # See "LICENSE_BSD2.txt" for details. |
| depends on HAVE_LIBC && HAVE_LIB_UTILS |
| select HAVE_LIB_SEL4_TEST |
| A test framework and output formatting library |
| string "Tests to perform" |
| A POSIX regex pattern that is used to filter the tests to run |
| config TESTPRINTER_HALT_ON_TEST_FAILURE |
| bool "Halt on the first test failure" |
| Default behaviour is to try and run the test suite, regardless of any failures. |
| Turning this on will stop the test suite on the first error |
| bool "Buffer test output" |
| Buffer the output and print in <stdout> blocks so that bamboo |
| can parse the test logs properly. Turn this off for debugging your test suite |
| config HAVE_LIB_SEL4_TEST |