summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2020-02-23Add parallel test runnerJörg Thalheim
The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
2018-07-17Fix testsYegor Timoshenko
2017-12-25tests: drop -test prefix to match naming style used by NixOS testsYegor Timoshenko
2017-12-25tests/eval-test: Add --show-trace from #44Yegor Timoshenko
2017-12-25tests/eval-test: clean upzimbatm
2017-12-25add Travis CI to the repozimbatm
2017-12-24Revert "tests: move to _tests"Yegor Timoshenko
This reverts commit 4d498aff1a147f06d71a8e96d17bbba9df5ae926.
2017-12-24tests: move to _testsYegor Timoshenko
2017-12-24inversepath/usbarmory: fix evaluationYegor Timoshenko
2017-12-24tests/eval-test: exit on failed evaluation, skip some pathsYegor Timoshenko
2017-12-24tests/build-test: rename to eval-testYegor Timoshenko
2017-12-24tests/build-test: allowBroken, allowUnfreeYegor Timoshenko
allowUnfree is set to true for evaluation purposes only.
2017-12-24tests: add evaluation/build testYegor Timoshenko