Add new shelltestrunner based test-suite
This commit is contained in:
1
shelltest/browse/sandbox/MyModule.hs
Symbolic link
1
shelltest/browse/sandbox/MyModule.hs
Symbolic link
@@ -0,0 +1 @@
|
||||
../MyModule.hs
|
||||
4
shelltest/browse/sandbox/browse-sandbox.test
Normal file
4
shelltest/browse/sandbox/browse-sandbox.test
Normal file
@@ -0,0 +1,4 @@
|
||||
# # TODO: make this work
|
||||
# cabal exec -- ghc-mod browse MyModule
|
||||
# >>>
|
||||
# >>>= !0
|
||||
8
shelltest/browse/sandbox/test-setup.sh
Normal file
8
shelltest/browse/sandbox/test-setup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
rm cabal.sandbox.config
|
||||
rm -r .cabal-sandbox
|
||||
|
||||
cabal sandbox init
|
||||
Reference in New Issue
Block a user