aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Spec.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Spec.hs b/test/Spec.hs
index 7aabc09..cd10913 100644
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -7,14 +7,9 @@ import System.Directory ( withCurrentDirectory )
main :: IO ()
main = do
- testExampleProject
testHelloWorld
testHelloComplex
-testExampleProject :: IO ()
-testExampleProject =
- withCurrentDirectory "example_project" $ start $ Arguments Build False
-
testHelloWorld :: IO ()
testHelloWorld =
withCurrentDirectory "hello_world" $ start $ Arguments Run False