aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-07-22 21:14:56 -0700
committerGravatar Tom Willemse2022-07-22 21:14:56 -0700
commit1d8a14276dad110fac18fb9d307941a31b984990 (patch)
treec0f83c46765c41acdc6efb8daac65696039bb023
parent336ab3e555cbac852eae58be5870ade9abf51816 (diff)
downloadnew-dotfiles-1d8a14276dad110fac18fb9d307941a31b984990.tar.gz
new-dotfiles-1d8a14276dad110fac18fb9d307941a31b984990.zip
Add test.scm
Should have been part of an earlier commit, helps running tests.
-rw-r--r--test.scm2
1 files changed, 2 insertions, 0 deletions
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")