aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/SYSTEM-test.lisp27
1 files changed, 26 insertions, 1 deletions
diff --git a/test/SYSTEM-test.lisp b/test/SYSTEM-test.lisp
index d4a69cb..2ef52c1 100644
--- a/test/SYSTEM-test.lisp
+++ b/test/SYSTEM-test.lisp
@@ -24,8 +24,33 @@
24;; --------------------------------------------------------------------- 24;; ---------------------------------------------------------------------
25;;; Tests 25;;; Tests
26;; --------------------------------------------------------------------- 26;; ---------------------------------------------------------------------
27
28;; Bullshit 27;; Bullshit
29(5am:test existence 28(5am:test existence
30 "Bullshit test just for implementing tests." 29 "Bullshit test just for implementing tests."
31 (is (equal (SYSTEM:entrypoint) "SYSTEM"))) 30 (is (equal (SYSTEM:entrypoint) "SYSTEM")))
31
32
33;; ---------------------------------------------------------------------
34;;; Copyright Notice
35;; -----------------
36;; Copyright © 2024 <copyright holders>
37;;
38;; Permission is hereby granted, free of charge, to any person obtaining
39;; a copy of this software and associated documentation files
40;; (the “Software”), to deal in the Software without restriction,
41;; including without limitation the rights to use, copy, modify, merge,
42;; publish, distribute, sublicense, and/or sell copies of the Software,
43;; and to permit persons to whom the Software is furnished to do so,
44;; subject to the following conditions:
45;;
46;; The above copyright notice and this permission notice shall be
47;; included in all copies or substantial portions of the Software.
48;;
49;; THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
50;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
52;; IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
53;; CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
54;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
55;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56;; ---------------------------------------------------------------------