45669ed7d3
move exe example to examples/ get rid of the second example move tests to tests/ don't shadow show in Pretty
9 lines
97 B
Haskell
9 lines
97 B
Haskell
|
|
|
|
import Test.Tasty
|
|
|
|
import Language.SQL.SimpleSQL.Tests
|
|
|
|
main :: IO ()
|
|
main = defaultMain tests
|