We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42a619f + 5702596 commit 3339991Copy full SHA for 3339991
.gitmodules
@@ -53,3 +53,6 @@
53
[submodule "community-build/community-projects/effpi"]
54
path = community-build/community-projects/effpi
55
url = https://github.com/dotty-staging/effpi
56
+[submodule "community-build/community-projects/intent"]
57
+ path = community-build/community-projects/intent
58
+ url = https://github.com/dotty-staging/intent
community-build/community-projects/intent
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -91,6 +91,12 @@ class CommunityBuildTest {
91
}
92
93
94
+ @Test def intent = test(
95
+ project = "intent",
96
+ testCommand = "test",
97
+ updateCommand = "update"
98
+ )
99
+
100
@Test def algebra = test(
101
project = "algebra",
102
testCommand = "coreJVM/compile",
0 commit comments