Running just one of the integration tests

Hi all, I would like to have a go a tackling an issue I am having with cabal and doctests. How do I run a single integration test with the cabal version I have just built out of git? eg cabal-install/tests/IntegrationTests2/targets/simple Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

Erik de Castro Lopo wrote:
Hi all,
I would like to have a go a tackling an issue I am having with cabal and doctests.
How do I run a single integration test with the cabal version I have just built out of git? eg
cabal-install/tests/IntegrationTests2/targets/simple
Where should new tests go? There seem to be integration tests in two places: cabal-testsuite/PackageTests/ cabal-install/tests/IntegrationTests2/ Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

Erik de Castro Lopo wrote:
cabal-install/tests/IntegrationTests2/
Since the test actually is a integration test it should go here, but I can't figure out how to get the test to be executed. Clues appreciated. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
participants (1)
-
Erik de Castro Lopo