From 68efcc3f9280944d9168253e0586113cbd8d24c4 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 19 Feb 2025 06:05:50 -0800 Subject: Removed trivia dependency --- testiere-examples.asd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testiere-examples.asd (limited to 'testiere-examples.asd') diff --git a/testiere-examples.asd b/testiere-examples.asd new file mode 100644 index 0000000..2f919cf --- /dev/null +++ b/testiere-examples.asd @@ -0,0 +1,9 @@ +(asdf:defsystem #:testiere-examples + :description "A demo of testiere" + :author "Colin " + :license "GPLv3" + :version "0.0.1" + :depends-on (:testiere) + :pathname "examples/" + :serial t + :components ((:file "examples"))) -- cgit v1.2.3