From 46171912f7e1322b9e9ccdb74c4225abc5d17e81 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 20 Apr 2023 00:19:41 +0200 Subject: test: Remove local `run` function Originally took this idea from Steve Losh's cl-digraph: https://github.com/sjl/cl-digraph/blob/936a18cb7de3a7c7e59c244cf4326f217afec85f/test/tests.lisp However, it turns out it wasn't necessary, as I can reference the 1am `run` function directly in the ASDF `test-op`. --- test/xfdf.lisp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'test') diff --git a/test/xfdf.lisp b/test/xfdf.lisp index 31af6a3..854538e 100644 --- a/test/xfdf.lisp +++ b/test/xfdf.lisp @@ -1,16 +1,10 @@ (defpackage :xfdf-test (:use :cl :1am - :xfdf) - - ; (:export #:run) - ) + :xfdf)) (in-package :xfdf-test) -; (defun run () -; (1am:run)) - (test generates-xfdf-xml (let ((xfdf-string (with-output-to-string (xfdf-stream) -- cgit v1.2.3