aboutsummaryrefslogtreecommitdiff
path: root/tests/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HACKING')
-rw-r--r--tests/HACKING8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/HACKING b/tests/HACKING
new file mode 100644
index 0000000..d9af06c
--- /dev/null
+++ b/tests/HACKING
@@ -0,0 +1,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.