An open API service indexing awesome lists of open source software.

https://github.com/francisdb/wine-vbscript-test

Testing the wine vbscript engine standalone. (extracted from vpinball)
https://github.com/francisdb/wine-vbscript-test

vbscript visualpinball wine

Last synced: 12 months ago
JSON representation

Testing the wine vbscript engine standalone. (extracted from vpinball)

Awesome Lists containing this project

README

          

## Testing the vpinball wine vbscript engine isolated

https://github.com/vpinball/vpinball

https://gitlab.winehq.org/wine/wine

### Development

This project requires meson to build. This in turn requires python3 and ninja-build. The test framework requires ruby 🙄

```
meson subprojects download
meson setup buildDir
meson test -C buildDir -v
```