summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-21/+0
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-17misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill1-9/+2
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill1-0/+1
2017-04-04lpc176x/../*-testsuite.tcfg: Add linpackJoel Sherrill1-0/+1
2017-01-17arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill1-0/+1
2016-12-07testsuite: Add test states to the testsuit configuration files.Chris Johns1-19/+19
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.
2015-04-23lm3s3749-testsuite.tcfg: Add cdtestJoel Sherrill1-0/+1
2015-03-17arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill1-0/+1
2015-03-06lpc1768_mbed_ahb_ram-testsuite.tcfg: Add ftp01Joel Sherrill1-0/+1
2014-08-28arm: Add tests which fail to build with C++ enabled.Chris Johns1-0/+2
2014-07-16Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill1-4/+4
The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
2014-06-10bsp/lpc176x: New BSPMartin Boretto1-8/+5
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns1-0/+22
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.