add basic test-op
[sbcl/simd.git] / contrib / sb-aclrepl / sb-aclrepl.asd
blob671a2b8a6e5be465fc9d7a4b63da7a2d286f5dc4
1 ;;; -*-  Lisp -*-
3 (defpackage #:sb-aclrepl-system (:use #:asdf #:cl))
4 (in-package #:sb-aclrepl-system)
6 (defsystem sb-aclrepl
7     :version "0.5"
8     :components ((:file "repl")
9                  (:file "inspect" :depends-on ("repl"))))
12 ;; FIXME - test for successful compilation of sb-aclrepl
14 (defmethod perform ((o test-op) (c (eql (find-system :sb-aclrepl))))
15   t)