sbt/compile/interface/src/test/scala/xsbt
Martin Duhem 133ba07eb8 Unit test for dependency extraction from macro applications
Add a unit test which checks whether we capture dependencies introduced
by arguments to macros. Those dependencies are special because macros
get expanded during type checking and arguments to macros are not visible
during regular tree walk.
2014-03-20 19:13:20 +01:00
..
DependencySpecification.scala Unit test for dependency extraction from macro applications 2014-03-20 19:13:20 +01:00
ExtractAPISpecification.scala Refactor ScalaCompilerForUnitTesting. 2013-11-26 18:39:23 +01:00
ExtractUsedNamesSpecification.scala Add support for tracking names used in Scala source files. 2013-12-03 12:27:29 +01:00
ScalaCompilerForUnitTesting.scala Improve unit testing compiler 2014-03-19 22:21:29 +01:00