summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-check.scm
Commit message (Collapse)AuthorAge
* gnu: Remove obsolete references to asd-files and test-asd-file.Pierre Neidhardt2022-08-03
| | | | | | | | | | In a previous commit we've update the build system to let ASDF locate the .asd files for us, so package definition no longer need to provide this information. * gnu/packages/lisp-check.scm: Do it. * gnu/packages/lisp-xyz.scm: Do it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-xlunit: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-check.scm (sbcl-xlunit)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-ptester: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-check.scm (sbcl-ptester)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-rt: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-check.scm (sbcl-rt)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-parachute: Update to 20210920.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-check.scm (sbcl-parachute): Update to 20210920.
* gnu: Add cl-try.Guillaume Le Vaillant2022-03-03
| | | | * gnu/packages/lisp-check.scm (cl-try, ecl-try, sbcl-try): New variables.
* gnu: Add cl-hamcrest.jgart2022-02-11
| | | | | | | * gnu/packages/lisp-check.scm (cl-hamcrest, ecl-hamcrest, sbcl-hamcrest): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: cl-fiasco: Update to 0.0.1-2.bb47d2f.Sharlatan Hellseher2021-11-08
| | | | | | * gnu/packages/lisp-check.scm: (sbcl-fiasco): Update to 0.0.1-2.bb47d2f. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-kaputt.Sharlatan Hellseher2021-11-08
| | | | | | | * gnu/packages/lisp-check.scm: (sbcl-kaputt, cl-kaputt, ecl-kaputt): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Move Common Lisp testing frameworks to lisp-check module.Guillaume Le Vaillant2021-10-24
| | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-1am, cl-1am, ecl-1am, sbcl-check-it, cl-check-it, ecl-check-it, sbcl-checkl, cl-checkl, ecl-checkl, sbcl-cl-mock, cl-mock, ecl-cl-mock, sbcl-cl-quickcheck, cl-quickcheck, ecl-cl-quickcheck, sbcl-clunit, cl-clunit, ecl-clunit, sbcl-clunit2, cl-clunit2, ecl-clunit2, sbcl-eos, cl-eos, ecl-eos, sbcl-fiasco, cl-fiasco, ecl-fiasco, sbcl-fiveam, cl-fiveam, ecl-fiveam, sbcl-hu.dwim.stefil, cl-hu.dwim.stefil, ecl-hu.dwim.stefil, sbcl-lift, cl-lift, ecl-lift, sbcl-lisp-unit, cl-lisp-unit, ecl-lisp-unit, sbcl-lisp-unit2, cl-lisp-unit2, ecl-lisp-unit2, sbcl-parachute, cl-parachute, ecl-parachute, sbcl-prove, cl-prove, ecl-prove, sbcl-ptester, cl-ptester, ecl-ptester, sbcl-rove, cl-rove, ecl-rove, sbcl-rt, cl-rt, ecl-rt, sbcl-stefil, cl-stefil, ecl-stefil, sbcl-unit-test, cl-unit-test, ecl-unit-test, sbcl-xlunit, cl-xlunit, ecl-xlunit): Move to ... * gnu/packages/lisp-check.scm: ... here. * gnu/packages/web-browsers.scm: Import lisp-check module. * gnu/packages/wm.scm: Import lisp-check module.
* gnu: Add cl-should-test.Charles Jackson2021-10-21
| | | | | | | * gnu/packages/lisp-check.scm (cl-should-test, ecl-should-test, sbcl-should-test): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-nst.Sharlatan Hellseher2021-06-24
Initiate new lisp-check module the same way as other language specific ones (python-check, haskell-check). * gnu/local.mk (GNU_SYSTEM_MODULES): Add lisp-check.scm. * gnu/packages/lisp-check.scm (sbcl-nst, ecl-nst, cl-nst): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>