diff options
Diffstat (limited to 'SYSTEM.asd')
-rw-r--r-- | SYSTEM.asd | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -1,6 +1,5 @@ | |||
1 | ;;;; SYSTEM.asd | 1 | ;;;; SYSTEM.asd |
2 | ;;;; System definitions for SYSTEM | 2 | ;;;; System definitions for SYSTEM |
3 | ;;;; AUTHOR: | ||
4 | 3 | ||
5 | ;; --------------------------------------------------------------------- | 4 | ;; --------------------------------------------------------------------- |
6 | ;;; Main System Definition | 5 | ;;; Main System Definition |
@@ -18,3 +17,29 @@ | |||
18 | :depends-on ("SYSTEM" "fiveam") | 17 | :depends-on ("SYSTEM" "fiveam") |
19 | :components ((:file "test/SYSTEM-test")) | 18 | :components ((:file "test/SYSTEM-test")) |
20 | :perform (asdf:test-op (o c) (uiop:symbol-call :fiveam '#:run-all-tests))) | 19 | :perform (asdf:test-op (o c) (uiop:symbol-call :fiveam '#:run-all-tests))) |
20 | |||
21 | |||
22 | ;; --------------------------------------------------------------------- | ||
23 | ;;; Copyright Notice | ||
24 | ;; ----------------- | ||
25 | ;; Copyright © 2024 <copyright holders> | ||
26 | ;; | ||
27 | ;; Permission is hereby granted, free of charge, to any person obtaining | ||
28 | ;; a copy of this software and associated documentation files | ||
29 | ;; (the “Software”), to deal in the Software without restriction, | ||
30 | ;; including without limitation the rights to use, copy, modify, merge, | ||
31 | ;; publish, distribute, sublicense, and/or sell copies of the Software, | ||
32 | ;; and to permit persons to whom the Software is furnished to do so, | ||
33 | ;; subject to the following conditions: | ||
34 | ;; | ||
35 | ;; The above copyright notice and this permission notice shall be | ||
36 | ;; included in all copies or substantial portions of the Software. | ||
37 | ;; | ||
38 | ;; THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, | ||
39 | ;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
40 | ;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
41 | ;; IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
42 | ;; CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
43 | ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
44 | ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
45 | ;; --------------------------------------------------------------------- | ||