Skip to content

Commit 516600a

Browse files
committed
Put test dependencies in a Project.toml.
1 parent 5e11a2f commit 516600a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/Manifest.toml

Project.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@ ExprTools = "0.1"
1717
LLVM = "4.7"
1818
TimerOutputs = "0.5"
1919
julia = "1.6"
20-
21-
[extras]
22-
SPIRV_LLVM_Translator_jll = "4a5d46fc-d8cf-5151-a261-86b458210efb"
23-
SPIRV_Tools_jll = "6ac6d60f-d740-5983-97d7-a4482c0689f4"
24-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
25-
26-
[targets]
27-
test = ["Test", "SPIRV_LLVM_Translator_jll", "SPIRV_Tools_jll"]

test/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
3+
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
4+
SPIRV_LLVM_Translator_jll = "4a5d46fc-d8cf-5151-a261-86b458210efb"
5+
SPIRV_Tools_jll = "6ac6d60f-d740-5983-97d7-a4482c0689f4"
6+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)