From 2a880a1419674091190a7814ff25dc6f57014876 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 16 Mar 2023 12:01:09 -0700 Subject: add hint about running tests in development Signed-off-by: Sean Whitton --- tests/HACKING | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/HACKING (limited to 'tests/HACKING') 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. -- cgit v1.2.3