aboutsummaryrefslogtreecommitdiff
path: root/tests/main.lisp
blob: 41e6def28bc3b1a904b7b06e247cf562a5b9bc7d (plain)
1
2
3
4
5
6
7
8
9
10
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))))