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)
- Host: GitHub
- URL: https://github.com/francisdb/wine-vbscript-test
- Owner: francisdb
- Created: 2025-02-13T22:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T08:08:33.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:57:03.400Z (about 1 year ago)
- Topics: vbscript, visualpinball, wine
- Language: C
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```