Ticket #2111: allow pause in copy/move/delete file operation.
[midnight-commander.git] / maint / mc-test-example.conf
blobc5458ac8d9f73748f0f9d2e3f45c34b6f05ea80f
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.
7 #mc_nice_value="19"
8 # Number of initial lines that are printed when an action fails or
9 # emits warnings.
10 #mc_maxlines="10"
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
25 #mc_cvs_rsh="ssh"
26 #mc_cvs_repository=":ext:anoncvs@cvs.gnu.org:/cvsroot/mc"
27 #mc_cvs_module="mc"
28 #mc_cvs_tag="HEAD"
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=""
35 #mc_make="make"
36 #mc_make_flags=""
38 # The C preprocessor used for building mc.
39 #mc_cpp=""                      # default: ${mc_cc} -E
40 #mc_cppflags=""
42 # The C compiler used for building mc.
43 #mc_cc="cc"
44 #mc_cflags=""
46 # Additional linker flags, like library directories.
47 #mc_ldflags=""
49 # The list of tests that will be run.
50 #mc_tests="plain glib12 charset no_charset vfs no_vfs 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.
56 #do_clean_basedir=no
58 # You can enable or disable the different phases of the build process.
59 #do_download=auto
60 #do_autoconf=auto
61 #do_clean_workdir=no
62 #do_configure=auto
63 #do_make_clean=no
64 #do_make_all=yes
65 #do_make_install=yes