mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
TODO: Add item for the build system to support a non-source-dir build
This would be a handy feature that many people would expect to just work.
This commit is contained in:
parent
0b1ddc5f66
commit
38f46b6869
1 changed files with 10 additions and 0 deletions
10
TODO
10
TODO
|
@ -255,6 +255,16 @@ existing messages at the next database upgrade).
|
||||||
Add support for the user to specify custom headers to be indexed (and
|
Add support for the user to specify custom headers to be indexed (and
|
||||||
re-index these for existing messages at the next database upgrade).
|
re-index these for existing messages at the next database upgrade).
|
||||||
|
|
||||||
|
Build system
|
||||||
|
------------
|
||||||
|
Fix to allow a non-source-directory build. For example, the below
|
||||||
|
should be made to work:
|
||||||
|
|
||||||
|
mkdir build_dir
|
||||||
|
cd build_dir
|
||||||
|
../configure
|
||||||
|
make
|
||||||
|
|
||||||
Test suite
|
Test suite
|
||||||
----------
|
----------
|
||||||
Achieve 100% test coverage with the test suite.
|
Achieve 100% test coverage with the test suite.
|
||||||
|
|
Loading…
Reference in a new issue