summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-04-26 10:07:18 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-04-26 10:07:18 -0400
commit11b8ef8bd6a22cbe4c2ce9cf38d492db7e418ccc (patch)
tree19be7087164a0b4221b2a68b70883fe5a77c9c14 /intl
parentb772dc5a7374b3c85cae7839270ca0178f18f30e (diff)
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>
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index db6d7d71..66d75121 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -293,7 +293,7 @@ charset.alias: $(srcdir)/config.charset
$(Q) $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
$(Q) mv t-$@ $@
-check: all
+fullcheck check: all
# We must not install the libintl.h/libintl.a files if we are on a
# system which has the GNU gettext() function in its C library or in a