summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-38/+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 arm tcfg: Add dl06, too large for memoryJoel Sherrill1-0/+1
2018-04-17misc tcfg: Use disable-mrfs-tests.tcfg, do not duplicate test listJoel Sherrill1-10/+1
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/+2
2017-04-04lm3s69xx/../*-testsuite.tcfg: Add linpackJoel Sherrill1-0/+1
2017-01-17arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill1-0/+1
2016-12-07testsuite: Add test states to the testsuit configuration files.Chris Johns1-43/+43
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.
2016-09-08testsuite: Add libdl/dl05 reloc test.Chris Johns1-0/+1
2016-08-30libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns1-0/+1
2015-04-23lm3s3749-testsuite.tcfg: Add cdtestJoel Sherrill1-0/+1
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill1-0/+2
2015-01-23lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more testsJoel Sherrill1-0/+2
2014-11-05lm3s3749-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-04lm3s3749-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-09-04lm3s3749-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill1-0/+3
2014-08-27arm/lm3s3749: Add tests that do not fit.Chris Johns1-0/+3
You need --enable-c++ for the c++ tests.
2014-07-16Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill1-0/+5
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-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns1-0/+29
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.