Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / TestCodeGenerator / cabal.out
blobb66912314743a88b090885cf7b136dd8179ef207
1 # cabal v2-test
2 Resolving dependencies...
3 Build profile: -w ghc-<GHCVER> -O1
4 In order, the following will be built:
5  - my-0.1 (lib) (first run)
6  - test-code-gen-0.1.0.0 (exe:test-code-gen) (first run)
7  - my-0.1 (test:test-Foo) (first run)
8 Configuring library for my-0.1...
9 Preprocessing library for my-0.1...
10 Building library for my-0.1...
11 Configuring executable 'test-code-gen' for test-code-gen-0.1.0.0...
12 Preprocessing executable 'test-code-gen' for test-code-gen-0.1.0.0...
13 Building executable 'test-code-gen' for test-code-gen-0.1.0.0...
14 Configuring test suite 'test-Foo' for my-0.1...
15 Preprocessing test suite 'test-Foo' for my-0.1...
16 Building test suite 'test-Foo' for my-0.1...
17 Running 1 test suites...
18 Test suite test-Foo: RUNNING...
19 Test suite test-Foo: PASS
20 Test suite logged to: <ROOT>/cabal.dist/work/./dist/build/<ARCH>/ghc-<GHCVER>/my-0.1/t/test-Foo/test/my-0.1-test-Foo.log
21 1 of 1 test suites (1 of 1 test cases) passed.