repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix Setup.hs `--dependency` example
[cabal.git]
/
cabal-install
/
tests
/
MemoryUsageTests.hs
blob
3d9b594959050442f4bf88a2a577f473a9dade4c
1
module
Main
where
2
3
import
Test
.
Tasty
4
5
import qualified
UnitTests
.
Distribution
.
Solver
.
Modular
.
MemoryUsage
6
7
tests
::
TestTree
8
tests
=
9
testGroup
10
"Memory Usage"
11
[
testGroup
12
"UnitTests.Distribution.Solver.Modular.MemoryUsage"
13
UnitTests
.
Distribution
.
Solver
.
Modular
.
MemoryUsage
.
tests
14
]
15
16
main
::
IO
()
17
main
=
defaultMain tests