1 # This is an example configuration for the mc-test test suite.
2 # It has all options commented out, as they are equal to the default
3 # values used by the test suite.
6 # See the nice(1) man page for details.
8 # Number of initial lines that are printed when an action fails or
12 # This is the directory everything happens in. All directories that are
13 # given as "" will later be replaced with the value given in the comment.
14 # This is necessary for the command line to work.
15 # * srcdir is the directory where the sources are downloaded
16 # * builddir is the directory mc is built in
17 # * prefixdir is the directory mc is installed in
18 * * logdir is the directory the log files are written to
19 #mc_basedir="/tmp/mc-current-build"
20 #mc_srcdir="" # default: ${mc_basedir}/src
21 #mc_builddir="" # default: ${mc_basedir}/build
22 #mc_prefixdir="" # default: ${mc_basedir}/installed
23 #mc_logdir="" # default: ${mc_basedir}/logs
26 #mc_cvs_repository=":ext:anoncvs@cvs.gnu.org:/cvsroot/mc"
30 # The "pre" arguments can be overridden by the test cases,
31 # the "post" arguments cannot.
32 #mc_configure_args_pre="--enable-maintainer-mode"
33 #mc_configure_args_post=""
38 # The C preprocessor used for building mc.
39 #mc_cpp="" # default: ${mc_cc} -E
42 # The C compiler used for building mc.
46 # Additional linker flags, like library directories.
49 # The list of tests that will be run.
50 #mc_tests="plain glib12 charset no_charset vfs no_vfs mcfs no_mcfs samba "\
51 #"no_samba ext2undel no_ext2undel slang ncurses maintainer "\
52 #"no_maintainer i18n no_i18n no_features all_features"
54 # This cleans mc_basedir and all its subdirectories. Any directories outside
55 # mc_basedir are not touched.
58 # You can enable or disable the different phases of the build process.