]> www.infradead.org Git - mtd-utils.git/commit
Integrate tests into autotools build system
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 13 Jul 2016 14:10:28 +0000 (16:10 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:55 +0000 (11:36 +0100)
commit8a00021b2ab5529640e5acaca30a27cdaca04178
tree0944317c3e431143eedca84429348334a725e716
parentd39ea7019cb204420c53a203ff9ccbb4cab0d4b3
Integrate tests into autotools build system

Add automake files for the test binaries. If configured to do so,
install the test binaries to libexec/mtd-utils and use autoconf to
fix the paths in the test scripts.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
28 files changed:
Makefile.am
common.mk [deleted file]
configure.ac
m4/ax_pthread.m4 [new file with mode: 0644]
nand-utils/Makemodule.am
tests/Makefile [deleted file]
tests/checkfs/Makefile [deleted file]
tests/checkfs/Makemodule.am [new file with mode: 0644]
tests/fs-tests/Makefile [deleted file]
tests/fs-tests/Makemodule.am [new file with mode: 0644]
tests/fs-tests/fs_help_all.sh.in [moved from tests/fs-tests/help_all.sh with 73% similarity]
tests/fs-tests/fs_run_all.sh.in [new file with mode: 0755]
tests/fs-tests/integrity/Makefile [deleted file]
tests/fs-tests/lib/Makefile [deleted file]
tests/fs-tests/run_all.sh [deleted file]
tests/fs-tests/simple/Makefile [deleted file]
tests/fs-tests/stress/Makefile [deleted file]
tests/fs-tests/stress/atoms/Makefile [deleted file]
tests/fs-tests/stress/fs_stress00.sh.in [moved from tests/fs-tests/stress/stress00.sh with 74% similarity]
tests/fs-tests/stress/fs_stress01.sh.in [moved from tests/fs-tests/stress/stress01.sh with 63% similarity]
tests/fs-tests/utils/Makefile [deleted file]
tests/jittertest/Makefile [deleted file]
tests/jittertest/Makemodule.am [new file with mode: 0644]
tests/ubi-tests/Makefile [deleted file]
tests/ubi-tests/Makefile.am [deleted file]
tests/ubi-tests/Makemodule.am [new file with mode: 0644]
tests/ubi-tests/runubitests.sh.in [moved from tests/ubi-tests/runtests.sh with 75% similarity]
tests/ubi-tests/ubi-stress-test.sh.in [moved from tests/ubi-tests/stress-test.sh with 94% similarity]