Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • cmucl cmucl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cmucl
  • cmuclcmucl
  • Wiki
  • LispUnit

LispUnit · Changes

Page history
Fix up styling for numbered lists authored Sep 29, 2019 by Raymond Toy's avatar Raymond Toy
Hide whitespace changes
Inline Side-by-side
LispUnit.md
View page @ b0fe1150
......@@ -12,13 +12,13 @@ To run the test suite:
1. You must be in the top of the CMUCL source tree.
1. If you have not installed CMUCL, you must install it.
2. Run `bin/make-dist.sh -I <dir>` to install it.
1. Run `bin/make-dist.sh -I <dir>` to install it.
1. For the full test suite, run `<lisp> -noinit -load tests/run-tests.lisp -eval '(cmucl-test-runner:run-all-tests)'`
1. To run just one of the test suites:
2. Run lisp
2. `(require :lisp-unit)`
2. Load one of the files in `tests`
2. Run the test using `(lisp-unit:run-tests :all <package>)`.
3. The package name is the file name appended with "-TESTS". For example, the trig tests are in `trig.lisp` and the package name is "TRIG-TESTS".
1. Run lisp
1. `(require :lisp-unit)`
1. Load one of the files in `tests`
1. Run the test using `(lisp-unit:run-tests :all <package>)`.
1. The package name is the file name appended with "-TESTS". For example, the trig tests are in `trig.lisp` and the package name is "TRIG-TESTS".
Clone repository
  • Benchmarks
  • CmuclDocumentation
  • Developer
    • BuildTools
    • BuildingCmucl
    • Defining Instructions
    • How to Use the Assembler
    • LispUnit
    • UpdatingUnicode
    • branchcuts
    • building on freebsd (version 10 and above)
    • how to update release version
    • sparc64 notes
    • sparc64xcompile
  • FAQ
    • AnalyzingMemoryUsage
    • ChangeCmuclPrompt
View All Pages