aboutsummaryrefslogtreecommitdiff
path: root/tests/Properties.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Properties.hs')
-rw-r--r--tests/Properties.hs15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Properties.hs b/tests/Properties.hs
new file mode 100644
index 0000000..b42cd4b
--- /dev/null
+++ b/tests/Properties.hs
@@ -0,0 +1,15 @@
1{-# LANGUAGE TemplateHaskell #-}
2module Properties where
3
4import Parser (Expr (..),
5 parseLispValue,
6 parseQuote)
7
8import Test.Framework.Providers.QuickCheck2
9import Test.Framework.TH
10import Test.QuickCheck
11import Text.ParserCombinators.Parsec
12
13-- some tests would go here hopefully
14
15tests = $testGroupGenerator