https://github.com/fex-emu/fex-posixtest-bins
https://github.com/fex-emu/fex-posixtest-bins
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fex-emu/fex-posixtest-bins
- Owner: FEX-Emu
- Created: 2020-05-01T09:29:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T18:30:47.000Z (about 6 years ago)
- Last Synced: 2025-02-15T16:57:48.484Z (over 1 year ago)
- Language: C
- Size: 8.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bins from posixtest 1.5.2. Simply built using make.
Simplistic test runner script that can be used as
```
./run-tests.sh "./" native.log # run native
./run-tests.sh "/home/skmp/projects/FEX/build/Bin/ELFLoader -U -c irint -n 500 -- " fexint.log # run fex interpreter
./run-tests.sh "/home/skmp/projects/FEX/build/Bin/ELFLoader -U -c irjit -n 500 -- " fexjit.log # run fex jit
```