diff options
author | Brad Richardson <brichardson@structint.com> | 2020-04-13 20:10:36 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-04-29 19:08:05 -0700 |
commit | 7a371d11e9bc18825b5352b90dd7c88e8efbe491 (patch) | |
tree | 20d72b6d05b227e9cb1397775c21a5521e24391d /test/Spec.hs | |
parent | 7ec56260921d73a01039cd881e7ce278d59931f9 (diff) | |
download | fpm-7a371d11e9bc18825b5352b90dd7c88e8efbe491.tar.gz fpm-7a371d11e9bc18825b5352b90dd7c88e8efbe491.zip |
Remove the old example project
Diffstat (limited to 'test/Spec.hs')
-rw-r--r-- | test/Spec.hs | 5 |
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 |