test sistemi başlangıcı

This commit is contained in:
riton
2025-03-25 00:21:46 +03:00
parent 2a6e3969aa
commit 614566488b
2 changed files with 21 additions and 1 deletions

13
testler/test.lisp Normal file
View File

@@ -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)
)