(FIXME: macos tests are invalid https://github.com/Kreytricks/kreytricks/issues/37)
Originally contribution-focused winetricks fork, now standalone fork since winetricks doesn't provide required environment for this kind of development.
This fork is true rolling-release where recommended method to sync with upstream is to use git.
Our current ethique is to support everything, so if you are able to run POSIX shell on your system, then we are going to support it.
The tests need bashate
, checkbashisms
, and shellcheck>=0.4.4
installed.
Makefile supports a few test targets:
check
- runs './tests/winetricks-tests quick' (without first clearing $WINETRICKS_CACHE)shell-checks
- runs './tests/shell-checks'test
- runs './tests/winetricks-tests full' (and clears $WINETRICKS_CACHE first)xvfb-check
- runs './tests/winetricks-tests xvfb-check' (without first clearing $WINETRICKS_CACHE first)