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 5959[submodule "community-build/community-projects/utest "]
6060 path = community-build/community-projects/utest
6161 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 {
104104 extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
105105 )
106106
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+
107119 @ Test def intent = testSbt(
108120 project = " intent" ,
109121 testCommand = " test" ,
You can’t perform that action at this time.
0 commit comments