aboutsummaryrefslogtreecommitdiff
path: root/tests/main.lisp
blob: 640374ec64d1462284843988f960e47f12030f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
(defpackage oneliners.cli/tests/main
  (:use :cl
        :oneliners.cli
        :rove))
(in-package :oneliners.cli/tests/main)

;; NOTE: To run this test file, execute `(asdf:test-system :oneliners.cli)' in your Lisp.

(deftest test-target-1
  (testing "should (= 1 1) to be true"
    (ok (= 1 1))))