From eafba7a95131c34821c7bb725f1e26552c01271b Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Mon, 13 Apr 2020 19:16:43 -0500 Subject: Create simplest possible hello_world project --- test/Spec.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/Spec.hs b/test/Spec.hs index fe6f99c..2fd2364 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -9,3 +9,7 @@ main = do testExampleProject :: IO () testExampleProject = withCurrentDirectory "example_project" $ callCommand "stack run -- build" + +testHelloWorld :: IO () +testHelloWorld = + withCurrentDirectory "hello_world" $ callCommand "stack run -- run" -- cgit v1.2.3