This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
matrix-media-expanded
Watch
1
Star
0
Fork
You've already forked matrix-media-expanded
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
947153ae4a
matrix-media-expanded
/
bin
/
test
5 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Add Test Suite and Library (#30) * added library and test scaffoding * Add bin/test * Update comments Co-authored-by: Sridhar Ratnakumar <srid@srid.ca>
2022-08-06 22:45:22 +00:00
#!/usr/bin/env bash
set -xe
`bin/test`: run test, and reload on library change (#32) * test script now runs on test file update * added src to cabal tests to get auto reload * fixed formatting * removed unneeded test dependency * fixed cabal formatting issue * Remove library stanza; no longer needed * hs-source-dirs belongs to shared Because we are sharing 'src' * Fix compilation * Move other-modules as well. Co-authored-by: Sridhar Ratnakumar <srid@srid.ca>
2022-08-08 15:02:43 +00:00
exec nix develop -c ghcid -c "cabal repl test:tests" -T :main
Reference in a new issue
Copy permalink