aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nproc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-09-21tests: fix OMP_NUM_THREADS misspellingPaul Eggert1-1/+1
* tests/nproc/nproc-quota.sh: Fix misspelling.
2025-08-24tests: nproc: fix false failure on some systemsPádraig Brady1-12/+74
* tests/nproc/nproc-quota.sh: Also simulate sched_getscheduler() as this will not be called on older or non linux, or may return ENOSYS on Alpine. Fixes https://bugs.gnu.org/79299
2025-08-21tests: nproc: add a test for cgroup quotasPádraig Brady1-0/+85
* tests/nproc/nproc-quota.sh: New root only test. * tests/local.mk: Reference the new test.
2025-01-01maint: update all copyright year number rangesPádraig Brady3-3/+3
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
2024-01-01maint: update all copyright year number rangesPádraig Brady3-3/+3
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Manually update copyright year, until we fully sync with gnulib at a later stage. * tests/sample-test: Adjust to use the single most recent year.
2023-06-19tests: move tests to a directory per utilitySylvestre Ledru3-0/+129
* cfg.mk: Adjust syntax check exclusion paths. * tests/local.mk: Adjust for renamed tests.