Skip to content

Commit

Permalink
Add test dependencies to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Belmant committed Feb 18, 2025
1 parent 1da9bcf commit f041514
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compiler/extras/CompilerDevTools/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ uuid = "92b2d91f-d2bd-4c05-9214-4609ac33433f"

[deps]
Compiler = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Compiler"]

0 comments on commit f041514

Please sign in to comment.