summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks-macro/Runner.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/hyperlinks-macro/Runner.scala')
-rw-r--r--test/files/presentation/hyperlinks-macro/Runner.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/presentation/hyperlinks-macro/Runner.scala b/test/files/presentation/hyperlinks-macro/Runner.scala
new file mode 100644
index 0000000000..c2f89bdb17
--- /dev/null
+++ b/test/files/presentation/hyperlinks-macro/Runner.scala
@@ -0,0 +1,8 @@
+import scala.tools.nsc.interactive.tests.InteractiveTest
+
+object Test extends InteractiveTest {
+ override def runDefaultTests() {
+ sourceFiles foreach (src => askLoadedTyped(src).get)
+ super.runDefaultTests()
+ }
+}