changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: e243efeae91d
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (defpackage :gui/tests
2  (:use :cl :rt :gui))
3 
4 (in-package :gui/tests)
5 
6 (defsuite :gui)
7 (in-suite :gui)
8 
9 (deftest host-compat ())