mc-test-example.conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.
  4. #
  5. # See the nice(1) man page for details.
  6. #mc_nice_value="19"
  7. # Number of initial lines that are printed when an action fails or
  8. # emits warnings.
  9. #mc_maxlines="10"
  10. # This is the directory everything happens in. All directories that are
  11. # given as "" will later be replaced with the value given in the comment.
  12. # This is necessary for the command line to work.
  13. # * srcdir is the directory where the sources are downloaded
  14. # * builddir is the directory mc is built in
  15. # * prefixdir is the directory mc is installed in
  16. * * logdir is the directory the log files are written to
  17. #mc_basedir="/tmp/mc-current-build"
  18. #mc_srcdir="" # default: ${mc_basedir}/src
  19. #mc_builddir="" # default: ${mc_basedir}/build
  20. #mc_prefixdir="" # default: ${mc_basedir}/installed
  21. #mc_logdir="" # default: ${mc_basedir}/logs
  22. #mc_cvs_rsh="ssh"
  23. #mc_cvs_repository=":ext:anoncvs@cvs.gnu.org:/cvsroot/mc"
  24. #mc_cvs_module="mc"
  25. #mc_cvs_tag="HEAD"
  26. # The "pre" arguments can be overridden by the test cases,
  27. # the "post" arguments cannot.
  28. #mc_configure_args_pre="--enable-maintainer-mode"
  29. #mc_configure_args_post=""
  30. #mc_make="make"
  31. #mc_make_flags=""
  32. # The C preprocessor used for building mc.
  33. #mc_cpp="" # default: ${mc_cc} -E
  34. #mc_cppflags=""
  35. # The C compiler used for building mc.
  36. #mc_cc="cc"
  37. #mc_cflags=""
  38. # Additional linker flags, like library directories.
  39. #mc_ldflags=""
  40. # The list of tests that will be run.
  41. #mc_tests="plain glib12 charset no_charset vfs no_vfs mcfs no_mcfs samba "\
  42. #"no_samba ext2undel no_ext2undel slang ncurses maintainer "\
  43. #"no_maintainer i18n no_i18n no_features all_features"
  44. # This cleans mc_basedir and all its subdirectories. Any directories outside
  45. # mc_basedir are not touched.
  46. #do_clean_basedir=no
  47. # You can enable or disable the different phases of the build process.
  48. #do_download=auto
  49. #do_autoconf=auto
  50. #do_clean_workdir=no
  51. #do_configure=auto
  52. #do_make_clean=no
  53. #do_make_all=yes
  54. #do_make_install=yes