]> granicus.if.org Git - neomutt/commit
build: disable testing by default 1694/head
authorRichard Russon <rich@flatcap.org>
Thu, 2 May 2019 13:06:07 +0000 (14:06 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 2 May 2019 15:55:54 +0000 (16:55 +0100)
commit7b48eb2159c8b2d14b5b35f39e27a5f74b64b977
tree4fa88c899c252fc89f007cd404fb0bd134020f49
parente78ce26c5819b8ca7a4c937a424d008f38a9fffe
build: disable testing by default

Change `configure` to not build the unit tests by default.

```
--testing   Enable Unit Testing
--coverage  Enable Coverage Testing (enables Unit Testing)
```

Co-authored-by: Pietro Cerutti <gahr@gahr.ch>
Makefile.autosetup
auto.def