summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-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.
* misc arm tcfg: Add dl06, too large for memoryJoel Sherrill2018-04-171-0/+1
|
* misc tcfg: Use disable-mrfs-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-171-10/+1
|
* misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-171-9/+2
|
* Multiple BSP tcfg: Disable iconv files.Joel Sherrill2018-04-171-0/+2
|
* lm3s69xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
|
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-071-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.
* testsuite: Add libdl/dl05 reloc test.Chris Johns2016-09-081-0/+1
|
* libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns2016-08-301-0/+1
|
* lm3s3749-testsuite.tcfg: Add cdtestJoel Sherrill2015-04-231-0/+1
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-061-0/+2
|
* lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+2
|
* lm3s3749-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lm3s3749-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* lm3s3749-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill2014-09-041-0/+3
|
* arm/lm3s3749: Add tests that do not fit.Chris Johns2014-08-271-0/+3
| | | | You need --enable-c++ for the c++ tests.
* Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2014-07-161-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.
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-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.