aboutsummaryrefslogtreecommitdiffstats
path: root/app/Test.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-02 11:41:00 +0100
committerYann Herklotz <ymherklotz@gmail.com>2019-01-02 11:41:00 +0100
commit40a635407db6187734188508cd11699eec0221a4 (patch)
tree462599f4f53ebbbc3d4cb10957fd8a2164684caa /app/Test.hs
parentfed03f4cac43cb41e2e4fa756a43ccaf7e4ed22b (diff)
downloadverismith-40a635407db6187734188508cd11699eec0221a4.tar.gz
verismith-40a635407db6187734188508cd11699eec0221a4.zip
Renaming testing file
Diffstat (limited to 'app/Test.hs')
-rw-r--r--app/Test.hs19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/Test.hs b/app/Test.hs
new file mode 100644
index 0000000..c67852c
--- /dev/null
+++ b/app/Test.hs
@@ -0,0 +1,19 @@
+{-|
+Module : Main
+Description : Main Yosys runner
+Copyright : (c) 2018-2019, Yann Herklotz Grave
+License : BSD-3
+Maintainer : ymherklotz [at] gmail [dot] com
+Stability : experimental
+Portability : POSIX
+
+Main Yosys runner
+-}
+
+module Main where
+
+import Prelude hiding (FilePath)
+import Shelly
+
+main :: IO ()
+main = putStrLn "Hello"