command-qq-0.2.1.0: tests/Doctests.hs
module Main where import Test.DocTest (doctest) main :: IO () main = doctest [ "src/System/Command/QQ.hs" , "src/System/Command/QQ/Embed.hs" , "src/System/Command/QQ/Eval.hs" , "src/System/Command/QQ/Predef.hs" , "examples/CommandT.hs" ]