]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tests: skip running long test with "make check" and add "make fullcheck"
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 Apr 2017 14:07:18 +0000 (10:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Apr 2017 14:07:18 +0000 (10:07 -0400)
commit11b8ef8bd6a22cbe4c2ce9cf38d492db7e418ccc
tree19be7087164a0b4221b2a68b70883fe5a77c9c14
parentb772dc5a7374b3c85cae7839270ca0178f18f30e
tests: skip running long test with "make check" and add "make fullcheck"

Don't run tests which take longer than 20 seconds to run (especially
f_large_dir, whose run time is well over ten minutes) for "make
check".  The new "make fullcheck" will run all of the regression tests
for e2fsprogs.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
22 files changed:
MCONFIG.in
Makefile.in
debugfs/Makefile.in
e2fsck/Makefile.in
intl/Makefile.in
lib/blkid/Makefile.in
lib/e2p/Makefile.in
lib/et/Makefile.in
lib/ext2fs/Makefile.in
lib/ss/Makefile.in
lib/support/Makefile.in
lib/uuid/Makefile.in
misc/Makefile.in
po/Makefile.in.in
resize/Makefile.in
tests/Makefile.in
tests/f_large_dir/is_slow_test [new file with mode: 0644]
tests/f_mmp/is_slow_test [new file with mode: 0644]
tests/f_mmp_garbage/is_slow_test [new file with mode: 0644]
tests/r_64bit_big_expand/is_slow_test [new file with mode: 0644]
tests/r_ext4_big_expand/is_slow_test [new file with mode: 0644]
tests/test_one.in