Skip to content

Commit

Permalink
move Eval test to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Dec 19, 2012
1 parent f6317a5 commit 329b424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion project/Sbt.scala
Expand Up @@ -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)

Expand Down

0 comments on commit 329b424

Please sign in to comment.