changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 389: 95b861dff3d8
parent: da8521b4883e
child: a866723aac84
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 (defsystem :box
2  :description "Kernel virtualization support for Lisp - wraps QEMU,archiso,etc."
3  :depends-on (:std :cli :obj :dat :net :log)
4  :components ((:file "pkg"))
5  :in-order-to ((test-op (test-op :box/tests))))
6 
7 (defsystem :box/tests
8  :depends-on (:rt :box :log)
9  :components ((:file "tests"))
10  :perform (test-op (o c) (symbol-call :rt :do-tests :box)))