Skip to content

bottlesdevs/next-winebridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-winebridge

The source code of the Next version of WineBridge

Testing

Tests for winebridge are meant to be run inside wine. Generate the test executables using the following command:

cargo test --no-run --lib

This will generate the test executables in the target/$TARGET/debug/deps which can be run using wine as follows:

wine target/$TARGET/debug/deps/next-winebridge-*.exe --test-threads=1

The --test-threads=1 flag is required becase parallel operations on Wine registry can interfere with each other and cause tests to fail. This issue is not specific to this project.

About

The source code of the Next version of WineBridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •  

Languages