Browse Source

Add new test - "minimal code coverage + editor".
Thanks to Frdric L. W. Meunier" <lists@pervalidus.net>

Pavel Roskin 22 years ago
parent
commit
b3e7c2476e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      maint/mctest

+ 6 - 1
maint/mctest

@@ -38,9 +38,14 @@ make distcheck enable_largefile=no enable_nls=no with_vfs=no \
      with_gpm_mouse=no with_subshell=no with_edit=no with_ext2undel=no \
      with_screen=ncurses >test3.out 2>test3.err
 
+echo "Checking the configuration with minimal code coverage + editor"
+make distcheck enable_largefile=no enable_nls=no with_vfs=no \
+     with_gpm_mouse=no with_subshell=no with_ext2undel=no \
+     with_screen=ncurses >test4.out 2>test4.err
+
 echo "Checking the configuration with experimental and rarely used options"
 make distcheck with_screen=mcslang with_termcap=yes \
-     with_mmap=no with_subshell=optional >test4.out 2>test4.err
+     with_mmap=no with_subshell=optional >test5.out 2>test5.err
 
 if test -x /usr/bin/rpmbuild; then
 	echo "Building RPM package"