Changeset a91b828 in mainline for defaults/amd64/Makefile.config


Ignore:
Timestamp:
2019-01-10T20:37:54Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6480827
Parents:
0a520db (diff), 272a293 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Vojtech Horky <vojtech.horky@…> (2019-01-10 20:37:54)
git-committer:
GitHub <noreply@…> (2019-01-10 20:37:54)
Message:

Merge PR #150 from vhotspur/defaults

This is change is mostly motivated by better coverage in CI:

  • Smaller image means we can pack more ported software to the image for testing (currently, this means only mips32 on MSIM).
  • Inclusion of PCUT tests means that we can run them regularly too (patch to CI for that is almost ready).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/amd64/Makefile.config

    r0a520db ra91b828  
    7474CONFIG_USE_SHARED_LIBS = y
    7575
     76# Include userspace unit tests (PCUT)
     77CONFIG_PCUT_TESTS = y
     78
    7679# Include development files (headers, libraries)
    7780CONFIG_DEVEL_FILES = y
Note: See TracChangeset for help on using the changeset viewer.