daml/compiler/damlc/lib/DA/Cli
Moritz Kiefer e2cd2c1fc9 Move packaging tests to a separate test suite (#3484)
* Move packaging tests to a separate test suite

Originally, we had these as part of the integration test suite since
`bazel run damlc build` couldn’t locate `ghc-pkg` but that has been
fixed for a while.

Moving it to a separate test suite speeds things up as the integration
tests are rerun very often and also makes development much more
convenient since the new test suite supports `-p` properly to filter
to specific tests.

For now, I’ve left the upgrading tests as part of the integration
tests. I expect that we probably want to factor those out to another
test suite as well.

* fix warnings
2019-11-15 12:45:37 +00:00
..
Damlc Move packaging tests to a separate test suite (#3484) 2019-11-15 12:45:37 +00:00
Args.hs add build-options to daml.yaml (#2772) 2019-09-10 18:16:33 +02:00
Damlc.hs Move packaging logic to a separate module (#3481) 2019-11-14 21:14:59 +00:00
Options.hs Remove a bunch of unused CLI option parsers from damlc (#3440) 2019-11-13 13:27:31 +01:00
Output.hs Fix damlc build error messages if LOCALE_ARCHIVE is not set (#3041) 2019-09-26 12:00:44 +00:00