diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 10:53:18 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 10:53:18 -0500 |
commit | 3b99bdf29c1ce031db897f142feb680bc8e9b040 (patch) | |
tree | f641913549926c4714993ef447e3a7580cda3e42 /bootstrap/package.yaml | |
parent | b5b16cf826d468e79b4087500192a4a9e07c140f (diff) | |
download | fpm-3b99bdf29c1ce031db897f142feb680bc8e9b040.tar.gz fpm-3b99bdf29c1ce031db897f142feb680bc8e9b040.zip |
stub out a unit test
Diffstat (limited to 'bootstrap/package.yaml')
-rw-r--r-- | bootstrap/package.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |