]> git.rkrishnan.org Git - functorrent.git/blob - test/Main.hs
re-arrange tests: add magnet uri tests
[functorrent.git] / test / Main.hs
1 -- | Tests main
2
3 module Main where
4
5 import MagneturiTests
6
7 main :: IO ()
8 main = tests
9