From 7ec56260921d73a01039cd881e7ce278d59931f9 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Mon, 13 Apr 2020 20:08:16 -0500 Subject: Create a complex project to test --- test/Spec.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/Spec.hs b/test/Spec.hs index ccb3b24..7aabc09 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -8,6 +8,8 @@ import System.Directory ( withCurrentDirectory ) main :: IO () main = do testExampleProject + testHelloWorld + testHelloComplex testExampleProject :: IO () testExampleProject = @@ -16,3 +18,7 @@ testExampleProject = testHelloWorld :: IO () testHelloWorld = withCurrentDirectory "hello_world" $ start $ Arguments Run False + +testHelloComplex :: IO () +testHelloComplex = + withCurrentDirectory "hello_complex" $ start $ Arguments Test False -- cgit v1.2.3