File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 59
59
[submodule "community-build/community-projects/utest "]
60
60
path = community-build/community-projects/utest
61
61
url = https://github.com/dotty-staging/utest.git
62
+ [submodule "community-build/community-projects/os-lib "]
63
+ path = community-build/community-projects/os-lib
64
+ url = https://github.com/dotty-staging/os-lib.git
Original file line number Diff line number Diff line change @@ -104,6 +104,18 @@ class CommunityBuildTest {
104
104
extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
105
105
)
106
106
107
+ @ Test def oslib = testMill(
108
+ project = " os-lib" ,
109
+ testCommand = s " os[ $compilerVersion].test " ,
110
+ extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
111
+ )
112
+
113
+ @ Test def oslibWatch = testMill(
114
+ project = " os-lib" ,
115
+ testCommand = s " os.watch[ $compilerVersion].test " ,
116
+ extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
117
+ )
118
+
107
119
@ Test def intent = testSbt(
108
120
project = " intent" ,
109
121
testCommand = " test" ,
You can’t perform that action at this time.
0 commit comments