setup test env

This commit is contained in:
Akira Tempaku 2024-02-16 10:44:45 +09:00
parent 2a430e4588
commit 523c6ed582
5 changed files with 20 additions and 1 deletions

4
tests/main.lisp Normal file
View file

@ -0,0 +1,4 @@
(defpackage #:ningle-fbr-tests/main
(:use #:cl
#:rove))
(in-package #:ningle-fbr-tests/main)