From 7174cca4f9fe09271bc9b4bf3ce7ecc2b4fe1639 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 13:19:41 -0700 Subject: add some tests for new conf file properties Signed-off-by: Sean Whitton --- tests/package.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/package.lisp (limited to 'tests/package.lisp') diff --git a/tests/package.lisp b/tests/package.lisp new file mode 100644 index 0000000..286243c --- /dev/null +++ b/tests/package.lisp @@ -0,0 +1,5 @@ +(in-package :cl-user) + +(defpackage :consfigurator/tests + (:use #:cl #:consfigurator #+sbcl :sb-rt #-sbcl :rtest) + (:local-nicknames (#:file #:consfigurator.property.file))) -- cgit v1.2.3