summaryrefslogtreecommitdiff
path: root/testler
diff options
context:
space:
mode:
authorriton <riton@riton.home>2025-03-25 00:21:46 +0300
committerriton <riton@riton.home>2025-03-25 00:21:46 +0300
commit614566488b4e82015d5df30c951052edfe2e7bff (patch)
tree4e996b100a7314b15d083bc69aef810f27d78e40 /testler
parent2a6e3969aa696b6495448d0b5a5813c68a5a800f (diff)
test sistemi başlangıcı
Diffstat (limited to 'testler')
-rw-r--r--testler/test.lisp13
1 files changed, 13 insertions, 0 deletions
diff --git a/testler/test.lisp b/testler/test.lisp
new file mode 100644
index 0000000..5a04f0b
--- /dev/null
+++ b/testler/test.lisp
@@ -0,0 +1,13 @@
+(defpackage :html-jen/testler
+ (:use :common-lisp :html-jen))
+
+(in-package :html-jen/testler)
+
+(defun test-test ()
+ (assert (= 3 (+ 1 2)))
+ (unless (= 3 2)
+ (error "hata")))
+
+(defun testleri-çalıştır ()
+ ;; (test-test)
+ )