aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-08-07 16:53:20 -0500
committerColin Okay <okay@toyful.space>2022-08-07 16:53:20 -0500
commit5a4fc77c0ffdc1ceacb0968d5a59ee1726bcd8e9 (patch)
treed28c575b8f0d846c4cf010aaa25dbf009f5f458b /tests
parentb422877219fcfac73c7f1b6b33ff361984a0c045 (diff)
[remove] old files; [modify] build file
Diffstat (limited to 'tests')
-rw-r--r--tests/main.lisp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/main.lisp b/tests/main.lisp
deleted file mode 100644
index 41e6def..0000000
--- a/tests/main.lisp
+++ /dev/null
@@ -1,11 +0,0 @@
-(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))))