From 902093ad89a154b267772acc197f7f47f2eeefd4 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 29 Jun 2021 10:29:00 -0500 Subject: initial commit, defun+ initial definitino --- testiere.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testiere.asd (limited to 'testiere.asd') diff --git a/testiere.asd b/testiere.asd new file mode 100644 index 0000000..8e0b682 --- /dev/null +++ b/testiere.asd @@ -0,0 +1,11 @@ +;;;; testiere.asd + +(asdf:defsystem #:testiere + :description "Up Front Testing for DEFUN and DEFMETHOD" + :author "Colin Okay " + :license "GPLv3" + :version "0.0.1" + :depends-on (:trivia) + :serial t + :components ((:file "package") + (:file "testiere"))) -- cgit v1.2.3