From 3b99bdf29c1ce031db897f142feb680bc8e9b040 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 14 Oct 2020 10:53:18 -0500 Subject: stub out a unit test --- bootstrap/package.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bootstrap/package.yaml') diff --git a/bootstrap/package.yaml b/bootstrap/package.yaml index ec5ecf2..26a7f74 100644 --- a/bootstrap/package.yaml +++ b/bootstrap/package.yaml @@ -58,3 +58,14 @@ tests: - -with-rtsopts=-N dependencies: - fpm + fpm-unittest: + main: Trimmer.hs + source-dirs: unit_test + ghc-options: + - -threaded + - -rtsopts + - -with-rtsopts=-N + dependencies: + - fpm + - hedge + - hedge-trimmer -- cgit v1.2.3