aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/base.scm
blob: 6539bfd6ce8866b9035126b71aa4123b4181d919 (about) (plain)
blob size (151KB) exceeds display size limit (100KB).
ca9929524e543d12c9e2f4b02ca Ricardo Wurmus 2024-01-16gnu: Add python-pytest-nunit....* gnu/packages/check.scm (python-pytest-nunit): New variable. Change-Id: Ic67c973460f09b15bf683f70040a3f5e4381108d Ricardo Wurmus 2024-01-13gnu: check2: Fix tests on i686-linux....Reported upstream to <https://github.com/catchorg/Catch2/issues/2796>. It is expected that SSE2 is enabled for i686 builds or tests fail. * gnu/packages/check.scm (check2)[arguments]: Enable SSE2 for x86_64-linux and i686-linux in configure-flags. Co-authored-by: Richard Sent <richard@freakingpenguin.com> Co-authored-by: Jo Gay <@jane.lx.gay> Change-Id: I99205f92b66ab3d10affbfb58918f37069ba82ec John Kehayias 2024-01-09gnu: catch2-3: Update to 3.5.1....* gnu/packages/check.scm (catch2-3.3): Rename to... (catch2-3): ... this. Update to 3.5.1. * gnu/packages/logging.scm (spdlog) [native-inputs]: Rename catch2-3.3 to catch2-3. * gnu/packages/potassco.scm (clingo) [inputs]: Likewise. Change-Id: Ied7724597ff4c6371dc4fedc10452ae870d23933 Maxim Cournoyer 2024-01-09gnu: Add python-pytest-dotenv....* gnu/packages/check.scm (python-pytest-dotenv): New variable. Troy Figiel 2024-01-03gnu: actionlint: Update to 1.6.26....* gnu/packages/check.scm (actionlint): Update to 1.6.26. [inputs]: Swap go-github-com-robfig-cron-1.2 to go-github-com-robfig-cron * gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): Delete variable. Change-Id: Ie2c25254ffefb99f8808f74ae4a9d85bbbcb6437 Sharlatan Hellseher 2023-12-05gnu: python-setuptools-lint: Add missing input....* gnu/packages/check.scm (python-setuptools-lint)[propagated-inputs]: Add python-tomli. Change-Id: I0ab7d3b129d6c347c212b968c4aeb425e3ee97ae Efraim Flashner 2023-12-02gnu: python-lit: Update to 17.0.6....* gnu/packages/check.scm (python-lit): Update to 17.0.6. [native-inputs]: Remove llvm-14; add llvm. Change-Id: I45ccc5302c2481b82f26201e66994e15eeaecc9d Efraim Flashner 2023-11-18gnu: python-pytest-perf: Update to 0.13.1....* gnu/packages/check.scm (python-pytest-perf): Update to 0.13.1. [build-system]: Switch to pyproject-build-system, because setup.py has been removed since 0.12.1. [arguments]<#:phases>: Remove ignored tests from the check phase. <#:test-flags>: And use test flags instead. Change-Id: Id81e47666a51b411740c6e6a6f6976cee616b6a4 Troy Figiel 2023-10-14gnu: guile-proba: Fix environment vars in Guile Proba's script....* gnu/packages/check.scm (guile-proba): Micro fix. Guile Proba's CLI script, as created via Guix's `wrap-program', should take into account (as opposed to discard) the original, user-defined values of `GUILE_LOAD_PATH' and `GUILE_LOAD_COMPILED_PATH'. Currently, Guile Proba's CLI script is unable to find any third-party library needed by the app being tested. This micro change should fix this. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Fabio Natali 2023-10-11gnu: guile-proba: Update to 0.3.1....* gnu/packages/check.scm (guile-proba): Update to 0.3.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I7cc9708078fee14723eec90e4ce45d2beb3a01d0 Fabio Natali 2023-09-02gnu: pict: Update to 3.7.4....* gnu/packages/check.scm (pict): Update to 3.7.4. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> fanquake 2023-09-01gnu: Add ftest....* gnu/packages/check.scm (ftest): New variable. Co-authored-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space> Reza Housseini 2023-08-27gnu: catch2: Update to 3.4.0....* gnu/packages/check.scm (catch2): Update to 3.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Greg Hogan 2023-08-21gnu: googlebenchmark: Update to 1.8.2....* gnu/packages/check.scm (googlebenchmark): Update to 1.8.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2023-07-30gnu: cxxtest: Use Web Archived home page....* gnu/packages/check.scm (cxxtest)[home-page]: Use a copy archived by the Wayback Machine. Tobias Geerinckx-Rice 2023-07-18gnu: Add python-gixy....* gnu/packages/check.scm (python-gixy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2023-07-11gnu: Add rapidcheck....* gnu/packages/check.scm (rapidcheck): New variable. Zhu Zihao 2023-07-09gnu: python-pytest-enabler: Don't set #:tests to #:true....* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner 2023-07-01Revert "gnu: Add rapidcheck."...This reverts commit 4236e24cb9e80201e42d13c9a70bd918299b12fa. Wrong patch revision. Nicolas Goaziou 2023-07-01gnu: Add rapidcheck....* gnu/packages/check.scm (rapidcheck): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Zhu Zihao 2023-07-01gnu: catch2: Use correct configure flag to disable errors....* gnu/packages/check.scm (catch2)[#:configure-flags]: Replace “-DENABLE_ERROR=OFF” with “-DCATCH_ENABLE_WERROR=OFF”. Liliana Marie Prikler 2023-07-01gnu: catch2: Update to 3.3.2....* gnu/packages/check.scm (catch2-3.1): Rename to catch2-3.3. [version, source]: Update to 3.3.2. [outputs]: Remove ‘doc’. [build-system]: Use cmake-build-system. [arguments]: Remove special phases. Add CMake options to #:configure-flags. * gnu/packages/potassco.scm (clingo): Adjust accordingly. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> David Elsing 2023-06-24gnu: Add subunit....* gnu/packages/check.scm (subunit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr