]> www.infradead.org Git - mtd-utils.git/commit
Fix test binary installation
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 19 Oct 2020 10:14:25 +0000 (12:14 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 20 Jan 2021 11:01:53 +0000 (12:01 +0100)
commit7170a28d46d5db1e7a9da24a5555a194a233ef0b
treead9ef7d83143df6c5597473ef24b6bebbd7a6a63
parenta888044525d9f03290cc1afe62dcfa3bec4bc0b9
Fix test binary installation

 - Remove "install tests" configure option, we already have an option
   whether to build tests or not. Don't try to work around autotools
   semantics that people building the package expect.
 - Fix the installation path by propperly defining it and using the
   correct name for the libexec path.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
15 files changed:
Makefile.am
configure.ac
m4/ac_define_dir.m4 [new file with mode: 0644]
nand-utils/Makemodule.am
tests/checkfs/Makemodule.am
tests/fs-tests/Makemodule.am
tests/fs-tests/fs_help_all.sh.in
tests/fs-tests/fs_run_all.sh.in
tests/fs-tests/stress/fs_stress00.sh.in
tests/fs-tests/stress/fs_stress01.sh.in
tests/jittertest/Makemodule.am
tests/mtd-tests/Makemodule.am
tests/ubi-tests/Makemodule.am
tests/ubi-tests/runubitests.sh.in
tests/ubi-tests/ubi-stress-test.sh.in