diff options
author | colin <colin@cicadas.surf> | 2025-02-19 06:05:50 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2025-02-19 06:05:50 -0800 |
commit | 68efcc3f9280944d9168253e0586113cbd8d24c4 (patch) | |
tree | 1011f50b1dae3be11494240ae2355b85315fd4b0 /testiere-examples.asd | |
parent | 6e03beca8b660a3266e59720ef4df50cde05b03f (diff) |
Diffstat (limited to 'testiere-examples.asd')
-rw-r--r-- | testiere-examples.asd | 9 |
1 files changed, 9 insertions, 0 deletions
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 <colin@cicadas.surf>" + :license "GPLv3" + :version "0.0.1" + :depends-on (:testiere) + :pathname "examples/" + :serial t + :components ((:file "examples"))) |