From 1d8a14276dad110fac18fb9d307941a31b984990 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 22 Jul 2022 21:14:56 -0700 Subject: Add test.scm Should have been part of an earlier commit, helps running tests. --- test.scm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.scm diff --git a/test.scm b/test.scm new file mode 100644 index 0000000..c347e58 --- /dev/null +++ b/test.scm @@ -0,0 +1,2 @@ +(add-to-load-path (dirname (current-filename))) +(load-from-path "test/kbd.scm") -- cgit v1.2.3-54-g00ecf