summarylogtreecommitdiffstats
path: root/run-tests.lisp
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-05-14 02:33:48 +0000
committerGeorge Rawlinson2022-05-14 02:33:48 +0000
commit92ed922b359830a7ac16120b19c1b511fdeaba59 (patch)
tree5f8b42aa996894744bbf2465bf08086a34647285 /run-tests.lisp
downloadaur-cl-anaphora.tar.gz
addpkg: cl-anaphora 0.9.8-1
Diffstat (limited to 'run-tests.lisp')
-rw-r--r--run-tests.lisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/run-tests.lisp b/run-tests.lisp
new file mode 100644
index 000000000000..fe53264f0e03
--- /dev/null
+++ b/run-tests.lisp
@@ -0,0 +1,7 @@
+(require "asdf")
+
+(push (uiop/os:getcwd) asdf:*central-registry*)
+
+(asdf:load-system "anaphora")
+
+(uiop:quit (if (asdf:test-system :anaphora) 0 1))