summaryrefslogtreecommitdiff
path: root/tests/Tests/Shared.hs
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane
2016-10-14Remove Tests.ArbitraryJesse Rosenthal
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane
2014-09-25Shared: Make collapseFilePath OS-agnosticmpickering
2014-08-08Added tests for collapseFilePathMatthew Pickering
2014-07-25Fixed runtime error with compactify'DL on certain lists.John MacFarlane
2014-06-29Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane
2011-01-29Moved tests to src.John MacFarlane
2011-01-29Added Tests.Shared with normalize round-trip tests.John MacFarlane