Shellfu/Bash/JAT data-driven testing mini-framework https://pagure.io/shellfu-bash-xcase

mkit.ini 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [project]
  2. version = 0.0.2
  3. name = XCase
  4. tagline = Shellfu/Bash/JAT data-driven testing mini-framework
  5. pkgname = shellfu-bash-xcase
  6. maintainer = Alois Mahdal <netvor+xcase@vornet.cz>
  7. vcs_browser = https://github.com/AloisMahdal/shellfu-bash-xcase
  8. relsrc = master
  9. reldst = last
  10. [dist]
  11. tarball = LICENSE.md
  12. tarball = Makefile
  13. tarball = README.md
  14. tarball = mkit.ini
  15. tarball = packaging
  16. tarball = src
  17. tarball = utils
  18. rpmstuff = packaging/template.spec
  19. debstuff = packaging/debian
  20. [ENV]
  21. PREFIX = /usr/local
  22. [roots]
  23. doc = [ENV:PREFIX]/share/doc/shellfu-bash-xcase
  24. sfincb = [ENV:PREFIX]/share/shellfu/include-bash
  25. [macros]
  26. __SHELLFU_MODNAME__ = xcase
  27. __SHELLFU_MODDESC__ = This Shellfu/Bash/JAT module aims to make it easier to build and maintain
  28. __SHELLFU_MODDESC__ = reasonable test coverage based on various combinations od input factors.
  29. [files]
  30. doc = README.md
  31. sfincb = src/xcase.sh
  32. #mkit version=0.0.32