According to the documentation, `distclean` should delete files that
`configure` built. Since many of the files we have been declaring for
`distclean-local` are generated by `autoreconf`, avoid deleting several
of those files.
Also, note that the `autom4te.cache` directory is deleted by
`maintainer-clean` already. Most of the others are required for a clean
`configure` run.
To restore the tree to a pristine state, use `git clean -xffd`.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
To prepare for the possibility of testing other suffix sort algorithms
in the future, split this code into a separate source file for clarity.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
The remaining test files need to be distributed in order to run the test
suite, and export abs_builddir to the test script to point to the
binaries.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
Building the tests is enabled by default, but because the test suite
requires root privileges to run at the moment, people should have to
option to disable the tests entirely.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>