summaryrefslogtreecommitdiff
path: root/html-jen.asd
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 /html-jen.asd
parent2a6e3969aa696b6495448d0b5a5813c68a5a800f (diff)
test sistemi başlangıcı
Diffstat (limited to 'html-jen.asd')
-rw-r--r--html-jen.asd9
1 files changed, 8 insertions, 1 deletions
diff --git a/html-jen.asd b/html-jen.asd
index e2532cd..200e777 100644
--- a/html-jen.asd
+++ b/html-jen.asd
@@ -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)))