mirror of https://github.com/sbt/sbt.git
move Eval test to correct location
This commit is contained in:
parent
f6317a5c75
commit
329b42453b
|
|
@ -117,7 +117,7 @@ object Sbt extends Build
|
|||
|
||||
|
||||
// Implementation and support code for defining actions.
|
||||
lazy val actionsSub = baseProject(mainPath / "actions", "Actions") dependsOn(
|
||||
lazy val actionsSub = testedBaseProject(mainPath / "actions", "Actions") dependsOn(
|
||||
classpathSub, completeSub, apiSub, compilerIntegrationSub, compilerIvySub,
|
||||
interfaceSub, ioSub, ivySub, logSub, processSub, runSub, relationSub, stdTaskSub, taskSub, trackingSub, testingSub)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue