summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtl22xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-071-5/+5
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* rtl22xx-testsuite.tcfg: Add fileioJoel Sherrill2015-04-031-0/+1
|
* arm: Add tests which fail to build with C++ enabled.Chris Johns2014-08-281-0/+2
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-0/+8
Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.