aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-05-28 13:34:58 -0700
committerGitHub <noreply@github.com>2020-05-28 13:34:58 -0700
commitc2d5c656affd4e0a7c97e8ca469fb6cfba00dc4d (patch)
tree7e4f56f4001ab379d631874b5fe602505a1e09c5 /test
parentfd2bb76c81559e3c73efa1332d42a84008688bf1 (diff)
parent3613167a52e8c4cd06480e493a2c5e42d134f837 (diff)
downloadfpm-c2d5c656affd4e0a7c97e8ca469fb6cfba00dc4d.tar.gz
fpm-c2d5c656affd4e0a7c97e8ca469fb6cfba00dc4d.zip
Merge pull request #82 from everythingfunctional/EnableDependencies
Enable dependencies
Diffstat (limited to 'test')
-rw-r--r--test/Spec.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs
index cd10913..dfa70d6 100644
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -9,6 +9,7 @@ main :: IO ()
main = do
testHelloWorld
testHelloComplex
+ testHelloFpm
testHelloWorld :: IO ()
testHelloWorld =
@@ -17,3 +18,7 @@ testHelloWorld =
testHelloComplex :: IO ()
testHelloComplex =
withCurrentDirectory "hello_complex" $ start $ Arguments Test False
+
+testHelloFpm :: IO ()
+testHelloFpm =
+ withCurrentDirectory "hello_fpm" $ start $ Arguments Run False