summaryrefslogtreecommitdiff
path: root/test/ProposalTest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/ProposalTest.hs')
-rw-r--r--test/ProposalTest.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ProposalTest.hs b/test/ProposalTest.hs
new file mode 100644
index 0000000..1b78c69
--- /dev/null
+++ b/test/ProposalTest.hs
@@ -0,0 +1,10 @@
+module ProposalTest (suite) where
+
+import Test.Tasty
+import Test.Tasty.HUnit
+import Proposal
+
+suite :: TestTree
+suite = testGroup "proposal tests" $
+ [
+ ]