aboutsummaryrefslogtreecommitdiff
path: root/tests/GhcSession.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r--tests/GhcSession.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index 8ed76be..bbd6bfb 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -32,6 +32,7 @@ main = do
res <- mapM (setup topdir test) $ case args of
[] -> [ ("tests/exelib" , parseVer "1.10")
, ("tests/exeintlib", parseVer "2.0")
+ , ("tests/flib" , parseVer "2.0")
]
xs -> map (,parseVer "0") xs