mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-02 01:37:19 +03:00
7 lines
172 B
Haskell
7 lines
172 B
Haskell
|
module Main ( main ) where
|
||
|
|
||
|
import qualified Test.DocTest as T
|
||
|
|
||
|
main :: IO ()
|
||
|
main = T.doctest ["-isrc", "src/Data/Macaw/Symbolic.hs", "src/Data/Macaw/Symbolic/Memory.hs"]
|