changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 389: 95b861dff3d8
parent: da8521b4883e
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 23:28:35 -0400
permissions: -rw-r--r--
description: box,skel,vc,obj upgrades, moved XDB to demo/examples/db
1 ;;; box/tests.lisp --- Box tests
2 
3 ;;
4 
5 ;;; Code:
6 (defpackage :box/tests
7  (:use :cl :rt :box :box/archiso :sb-bsd-sockets))
8 
9 (in-package :box/tests)
10 (defsuite :box)
11 (in-suite :box)
12 
13 (deftest archiso ()
14  (is (with-open-file (file #P"test.json")
15  (inspect (dat/json:json-read file)))))