changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: 301fd45bbe73
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (defpackage :log/tests
2  (:use :cl :std :rt :log))
3 
4 (in-package :log/tests)
5 
6 (defsuite :log)
7 (in-suite :log)
8 
9 (deftest log ()
10  "Test logging features"
11  (is (debug! "test" *log-level*)))