move Eval test to correct location

This commit is contained in:
Mark Harrah 2012-12-19 10:17:56 -05:00
parent f6317a5c75
commit 329b42453b
2 changed files with 1 additions and 1 deletions

View File

@ -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)