File: HACKING

package info (click to toggle)
consfigurator 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,200 kB
  • sloc: lisp: 11,962; sh: 38; python: 14; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
One convenient way to run tests in development is to evaluate

    (setq #+sbcl sb-rt:*do-tests-when-defined*
	  #-sbcl regression-test:*do-tests-when-defined*
	  t)

and then use SLIME's C-c C-c to run individual tests and its C-c C-k to run
all tests in the current file.  You'll get REPL output if any fail.