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

View File

@@ -10,4 +10,11 @@
(:file "ana"))
:build-operation "program-op"
:build-pathname "html-üret"
:entry-point "html-jen::ana")
:entry-point "html-jen::ana"
:in-order-to ((test-op (test-op "html-jen/testler"))))
(defsystem "html-jen/testler"
:depends-on ("html-jen")
:pathname "testler/"
:components ((:file "test"))
:perform (test-op (o c) (symbol-call :html-jen/testler :testleri-çalıştır)))