Loading osicat-tests.asd +3 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,6 @@ ((:file "tests") (:file "posix") (:file "osicat"))))) (defmethod perform ((o test-op) (c (eql (find-system 'osicat-tests)))) (funcall (intern (string '#:do-tests) '#:osicat-tests))) osicat.asd +4 −0 Original line number Diff line number Diff line Loading @@ -73,3 +73,7 @@ (:file "fd-streams" :depends-on ("packages")) (:file "osicat" :depends-on ("packages" "fd-streams")) (:file "time" :depends-on ("packages")))))) (defmethod perform ((o test-op) (c (eql (find-system 'osicat)))) (oos 'load-op 'osicat-tests) (oos 'test-op 'osicat-tests)) Loading
osicat-tests.asd +3 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,6 @@ ((:file "tests") (:file "posix") (:file "osicat"))))) (defmethod perform ((o test-op) (c (eql (find-system 'osicat-tests)))) (funcall (intern (string '#:do-tests) '#:osicat-tests)))
osicat.asd +4 −0 Original line number Diff line number Diff line Loading @@ -73,3 +73,7 @@ (:file "fd-streams" :depends-on ("packages")) (:file "osicat" :depends-on ("packages" "fd-streams")) (:file "time" :depends-on ("packages")))))) (defmethod perform ((o test-op) (c (eql (find-system 'osicat)))) (oos 'load-op 'osicat-tests) (oos 'test-op 'osicat-tests))