mirror of https://github.com/sbt/sbt.git
Remove pointless test
I never actually implemented this test so it wasn't really testing anything.
This commit is contained in:
parent
2deac62b00
commit
51efa7bcc9
|
|
@ -1,3 +0,0 @@
|
|||
lazy val root = (project in file(".")).aggregate(parent, child)
|
||||
lazy val parent = project
|
||||
lazy val child = project.enablePlugins(JmhPlugin).dependsOn(parent)
|
||||
|
|
@ -1 +0,0 @@
|
|||
class Foo
|
||||
|
|
@ -1 +0,0 @@
|
|||
class Bar
|
||||
|
|
@ -1 +0,0 @@
|
|||
class Foo {
|
||||
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4")
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
> watchTransitiveSources
|
||||
|
||||
-> compile
|
||||
|
||||
$ copy-file changes/Foo.scala parent/src/main/scala/Foo.scala
|
||||
|
||||
> watchTransitiveSources
|
||||
|
||||
> compile
|
||||
Loading…
Reference in New Issue