Nix/doc/manual/src
John Ericson 7feabf7d44 Split --disable-tests, fix cross builds
It might seem obnoxious to have yet more configure flags, but I found
controlling both the unit and functional tests with one flag was quite
confusing because they are so different:

- unit tests depending on building, functional tests don't (e.g. when
  we test already-built Nix)

- unit tests can be installed, functional tests cannot

- unit tests neeed extra libraries (GTest, RapidCheck), functional
  tests need extra executables (jq).

- unit tests are run by `make check`, functional tests are run by `make
  installcheck`

Really on a technical level, they seem wholly independent. Only on a
human level ("they are both are tests") do they have anything in common.

I had messed up the logic in cross builds because of this. Now I
split the flag in two (and cleaned up a few other inconsistencies), and
the logic fixed itself.

Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
2023-12-18 10:47:50 -05:00
..
advanced-topics Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
architecture Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
command-ref Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
contributing Split --disable-tests, fix cross builds 2023-12-18 10:47:50 -05:00
figures Move figures 2020-07-24 12:58:31 +02:00
installation Split --disable-tests, fix cross builds 2023-12-18 10:47:50 -05:00
language Revert "Print the value in error: cannot coerce messages (#9553)" 2023-12-09 02:13:32 +01:00
package-management Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
protocols Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
release-notes fix up release note 2023-12-04 16:42:32 +01:00
store fix links in stores overview 2023-12-02 00:56:41 +01:00
glossary.md document store paths 2023-11-02 06:01:51 +01:00
introduction.md Convert short nix options to long ones 2023-05-17 08:10:30 +01:00
quick-start.md shorten the quick start chapter 2023-12-01 00:42:34 +01:00
SUMMARY.md.in Document each store type on its own page 2023-12-01 01:27:52 +01:00