changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/cli/tests/tools.lisp

changeset 689: 2e7d93b892a5
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 01 Oct 2024 22:29:08 -0400
permissions: -rw-r--r--
description: cli shell tests init
1 ;;; tools.lisp --- Tool Tests
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :cli/tests)
7 (in-suite :cli)
8 
9 (deftest sbcl ()
10  (with-sbcl (:noinform t :quit t)
11  (print 1)))