changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 696: 38e9c3be2392
parent: 2e7d93b892a5
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 21:11:52 -0400
permissions: -rw-r--r--
description: prep for adding zdict wrapper, change default control stack size of inferior-lisp to 8M
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)))