Skip to content

Commit

Permalink
Move :serial
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Nov 17, 2022
1 parent 5a946ea commit 54ba8c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions invistra.asd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
:bug-tracker "https://github.com/s-expressionists/Invistra/issues"
:depends-on (:acclimation)
:in-order-to ((asdf:test-op (asdf:test-op #:invistra/test)))
:serial t
:components ((:module code
:serial t
:components ((:file "packages")
(:file "utilities")
(:file "generic-functions")
Expand All @@ -33,8 +33,8 @@
:homepage "https://github.com/s-expressionists/Invistra"
:bug-tracker "https://github.com/s-expressionists/Invistra/issues"
:depends-on (:invistra)
:serial t
:components ((:module code
:serial t
:components ((:file "format")
(:file "format-define-compiler-macro")))))

Expand All @@ -47,8 +47,8 @@
:homepage "https://github.com/s-expressionists/Invistra"
:bug-tracker "https://github.com/s-expressionists/Invistra/issues"
:depends-on (:invistra)
:serial t
:components ((:module code
:serial t
:components ((:file "shadow-export")
(:file "format")
(:file "format-define-compiler-macro")))))
Expand All @@ -63,7 +63,7 @@
:bug-tracker "https://github.com/s-expressionists/Invistra/issues"
:depends-on (:invistra/extrinsic :lisp-unit)
:perform (asdf:test-op (op c) (uiop:symbol-call :invistra/test :format-test))
:serial t
:components ((:module test
:serial t
:components ((:file "packages")
(:file "format")))))

0 comments on commit 54ba8c4

Please sign in to comment.