summaryrefslogtreecommitdiff
path: root/testsuite/timeout/Setup.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-01-08 16:11:00 +0000
committerIan Lynagh <igloo@earth.li>2009-01-08 16:11:00 +0000
commit2117cc225db601eed5a75f51a4ee499d2dd0a3bb (patch)
tree863b1256750d8cb7c0c8ab456141ec7d00685583 /testsuite/timeout/Setup.hs
parente6fc6a9c2e9355f981f34ac9be8a5061a07a7bda (diff)
downloadhaskell-2117cc225db601eed5a75f51a4ee499d2dd0a3bb.tar.gz
Disentangle the testsuite from the compiler's build system
Diffstat (limited to 'testsuite/timeout/Setup.hs')
-rw-r--r--testsuite/timeout/Setup.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/timeout/Setup.hs b/testsuite/timeout/Setup.hs
new file mode 100644
index 0000000000..6fa548caf7
--- /dev/null
+++ b/testsuite/timeout/Setup.hs
@@ -0,0 +1,6 @@
+module Main (main) where
+
+import Distribution.Simple
+
+main :: IO ()
+main = defaultMain