From 595f7ae79c74129a28eba5fa68feb33875eb3323 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 2 Feb 2022 14:08:23 -0600 Subject: initial commit --- tests/main.lisp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/main.lisp (limited to 'tests/main.lisp') diff --git a/tests/main.lisp b/tests/main.lisp new file mode 100644 index 0000000..41e6def --- /dev/null +++ b/tests/main.lisp @@ -0,0 +1,11 @@ +(defpackage oneliners.api/tests/main + (:use :cl + :oneliners.api + :rove)) +(in-package :oneliners.api/tests/main) + +;; NOTE: To run this test file, execute `(asdf:test-system :oneliners.api)' in your Lisp. + +(deftest test-target-1 + (testing "should (= 1 1) to be true" + (ok (= 1 1)))) -- cgit v1.2.3