Add test.scm

Should have been part of an earlier commit, helps running tests.
This commit is contained in:
Tom Willemse 2022-07-22 21:14:56 -07:00
parent 336ab3e555
commit 1d8a14276d

2
test.scm Normal file
View file

@ -0,0 +1,2 @@
(add-to-load-path (dirname (current-filename)))
(load-from-path "test/kbd.scm")