Skip to content

Commit

Permalink
Merge pull request #12 from nuddyco/depend-precomputed-tables
Browse files Browse the repository at this point in the history
uax-15.asd: Add dependency precomputed_tables -> trivial-utf-16
  • Loading branch information
sabracrolleton authored Oct 21, 2021
2 parents b057c10 + d553181 commit 75c8a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uax-15.asd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:components ((:file "package")
(:file "utilities" :depends-on ("package"))
(:file "trivial-utf-16" :depends-on ("package"))
(:file "precomputed-tables" :depends-on ("package" "utilities"))
(:file "precomputed-tables" :depends-on ("package" "utilities" "trivial-utf-16"))
(:file "normalize-backend" :depends-on ("package" "utilities" "precomputed-tables" "trivial-utf-16"))
(:file "uax-15" :depends-on ("package" "utilities" "normalize-backend" "trivial-utf-16")))))
:in-order-to ((test-op (test-op "uax-15/tests"))))
Expand Down

0 comments on commit 75c8a87

Please sign in to comment.