Skip to content

Commit

Permalink
Remove inravina-shim/test
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed May 16, 2024
1 parent e0175f2 commit 2d5c305
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions inravina-shim.asd
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,3 @@
:serial t
:components ((:file "packages")
(:file "print")))))

(defsystem "inravina-shim/test"
:description "ANSI Test system for Inravina"
:license "MIT"
:author "Tarn W. Burton"
:maintainer "Tarn W. Burton"
:depends-on ("alexandria" "inravina-shim")
:perform (test-op (op c)
(symbol-call :inravina-shim/test :test))
:components ((:module "code"
:pathname "code/shim/test/"
:serial t
:components ((:file "packages")
(:file "test")))
(:module "expected-failures"
:pathname "code/shim/test/expected-failures"
:components ((:static-file "default.sexp")
(:static-file "abcl.sexp")
(:static-file "clasp.sexp")
(:static-file "cmucl.sexp")
(:static-file "ecl.sexp")))))

0 comments on commit 2d5c305

Please sign in to comment.