about summary refs log tree commit diff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-24lib/systems: Add Genode platform definitionsEmery Hemingway1-2/+3
2020-03-19Merge pull request #82882 from obsidiansystems/armv6-embeddedJohn Ericson1-1/+1
2020-03-19lib/tests: Check for nested option-dependent definitionsSilvan Mosberger4-0/+42
2020-03-19Revert "lib/modules: Throw better error when definitions assign to an option ...Silvan Mosberger2-6/+0
2020-03-18lib: Fix systems test for new `armv6l-none`John Ericson1-1/+1
2020-03-18Merge pull request #82751 from Infinisil/minor-module-improvementsRobert Hensing2-0/+11
2020-03-18lib/modules: Fix type checks not being done before mergingSilvan Mosberger1-0/+4
2020-03-18lib/modules: Throw better error when definitions assign to an option setSilvan Mosberger2-0/+7
2020-03-17lib/modules: Test the ability for config to depend on options for compatibilityRobert Hensing2-0/+21
2020-03-10lib/generators: Add toINI option for duplicate keysSilvan Mosberger1-0/+12
2020-02-10lib/tests/misc.nix: Don't make a copy on NixpkgsEelco Dolstra1-1/+1
2020-02-10lib/tests/misc.nix: Fix dependency on currentSystemEelco Dolstra1-1/+1
2020-01-23lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch1-35/+26
2020-01-23lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch1-2/+27
2020-01-14Merge pull request #75539 from Gabriel439/gabriel/renderOptionsRobert Hensing1-0/+21
2020-01-12Merge pull request #76861 from Infinisil/paths-as-submodulesRobert Hensing1-2/+1
2020-01-10lib/tests: Add tests for attrsOf and lazyAttrsOfSilvan Mosberger5-0/+35
2020-01-10lib/tests: Fix module testsSilvan Mosberger1-9/+3
2020-01-10lib/tests: Add test case for imports from derivationsSilvan Mosberger2-1/+21
2020-01-09Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger6-0/+38
2020-01-09lib/tests: Add tests for recursive disabledModulesSilvan Mosberger6-0/+38
2020-01-08lib/types: Allow paths as submodule valuesSilvan Mosberger1-2/+1
2020-01-06lib/tests: remove strictly loaOf tests and rebase on attrsOfrnhmjoj23-103/+59
2020-01-05Factor out a `toGNUCommandLine` utilityGabriel Gonzalez1-1/+1
2020-01-03lib/tests: Temporarily disable submodule path testSilvan Mosberger1-1/+2
2020-01-02Module system improvements for NixOS as a submodule (#75031)Silvan Mosberger8-0/+110
2020-01-02lib/tests: Add submoduleWith testsSilvan Mosberger8-0/+110
2019-12-15Use a more realistic example that exercises all encodingsGabriel Gonzalez1-6/+10
2019-12-13Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez1-0/+1
2019-12-13Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez1-1/+1
2019-12-11Add `pkgs.lib.renderOptions`Gabriel Gonzalez1-0/+16
2019-11-25Merge branch 'ghcjs-cross-without-cc-19.09' into ghcjs-cross-without-ccJohn Ericson1-1/+1
2019-11-25Fix lib testsJohn Ericson1-1/+1
2019-10-21lib/trivial: add `pipe` functionProfpatsch1-0/+25
2019-10-01Merge pull request #70194 from obsidiansystems/lib-more-armMatthew Bauer1-2/+2
2019-10-01lib: Add armv7a-linux to doubles.nixJohn Ericson1-2/+2
2019-09-26lib: basic tests for lib.versionsJoachim Fasting1-0/+15
2019-08-06lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger3-0/+23
2019-07-11make-tarball / lib-tests: reduce duplicationFrederik Rietdijk1-11/+4
2019-07-10Revert "Revert "systems/doubles.nix: add Apple doubles""Matthew Bauer1-3/+3
2019-06-04systems: fix lib-testsMatthew Bauer1-5/+5
2019-04-25tests/systems: fix testsMatthew Bauer1-1/+1
2019-02-07Fix the documentation for the tests to reflect what is actually happening.(cdep)illabout2-2/+8
2019-01-24lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout3-3/+3
2019-01-06Add test that shows that the aliases are able to override options.(cdep)illabout2-0/+55
2019-01-04lib/modules: Add a function to create an option alias that respects the priority(cdep)illabout1-1/+1
2019-01-04Add a failing test for mkAliasOptionModule.(cdep)illabout2-0/+55
2018-12-30Remove composableDerivation, closes #18763Frederik Rietdijk1-38/+0
2018-10-20lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson1-1/+1
2018-10-18tests/systems.nix: fix testsMatthew Bauer1-14/+15