diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-12-02 14:52:44 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | d1307ef4b6ad38ec4574e5d3631d34e97bdef86c (patch) | |
tree | 32afd2a18da2b5ca74b692a7aa9cc5e4ab6f94d3 /tests/GhcSession.hs | |
parent | c886e22d3d526bc76a3f2854ed99ab004c965d8d (diff) |
ghc-session: Add flib test
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r-- | tests/GhcSession.hs | 1 |
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 |