changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/box/tests.lisp

revision 389: 95b861dff3d8
parent 221: da8521b4883e
     1.1--- a/lisp/lib/box/tests.lisp	Fri May 31 18:18:12 2024 -0400
     1.2+++ b/lisp/lib/box/tests.lisp	Fri May 31 23:28:35 2024 -0400
     1.3@@ -4,8 +4,12 @@
     1.4 
     1.5 ;;; Code:
     1.6 (defpackage :box/tests
     1.7-  (:use :cl :rt :box :sb-bsd-sockets))
     1.8+  (:use :cl :rt :box :box/archiso :sb-bsd-sockets))
     1.9 
    1.10 (in-package :box/tests)
    1.11 (defsuite :box)
    1.12 (in-suite :box)
    1.13+
    1.14+(deftest archiso ()
    1.15+  (is (with-open-file (file #P"test.json")
    1.16+        (inspect (dat/json:json-read file)))))