From b7168d3ab82fcc5d872d80e2169987ad3eb0cd03 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 7 Oct 2002 06:38:58 +0000 Subject: [PATCH] This is a testsuite for GNU Midnight Commander. Maintainer doing the release must ensure that this testsuite passes. --- maint/mctest | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 maint/mctest diff --git a/maint/mctest b/maint/mctest new file mode 100755 index 000000000..bf40e5c21 --- /dev/null +++ b/maint/mctest @@ -0,0 +1,22 @@ +#!/bin/sh + +# This is a testsuite for GNU Midnight Commander. +# Maintainer doing the release must ensure that this testsuite passes. + +set -e + +# Default configuration +make distcheck + +# Maximal code coverage +make distcheck with_screen=mcslang enable_charset=yes with_samba=yes \ + with_tm_x_support=yes with_mcfs=yes with_included_gettext=yes + +# Minimal code coverage +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 + +# Experimental and rarely used options +make distcheck with_glib2=yes with_screen=mcslang with_termcap=yes \ + with_mmap=no with_subshell=optional