-
-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP 49 - correct positions of build script files
- Loading branch information
1 parent
49e1ffc
commit 37ba541
Showing
9 changed files
with
418 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
...ration/failure/things-outside-top-level-module/src/ThingsOutsideTopLevelModuleTests.scala
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
...ide-top-level-module/resources/build.mill → ...ide-top-level-module/resources/build.mill
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
package build | ||
import mill._ | ||
import mill.* | ||
|
||
def invalidTarget = 123 | ||
|
||
|
||
object `package` extends RootModule |
13 changes: 13 additions & 0 deletions
13
...ration/feature/things-outside-top-level-module/src/ThingsOutsideTopLevelModuleTests.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import mill.testkit.IntegrationTestSuite | ||
import utest.{assert, *} | ||
|
||
object ThingsOutsideTopLevelModuleTests extends IntegrationTestSuite { | ||
val tests: Tests = Tests { | ||
initWorkspace() | ||
|
||
test("success") { | ||
val res = eval(("resolve", "_")) | ||
assert(res.isSuccess) | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.