v86/tests/Readme.md

10 lines
481 B
Markdown
Raw Normal View History

2017-06-19 22:06:50 +02:00
- [nasm](nasm/): Small unit tests written in assembly, which are run using gdb
on the host.
- [qemu](qemu/): Builds a Linux binary, which tests many CPU features, which
are then compared to a run on the host.
2017-04-02 22:20:55 +02:00
- [kvm-unit-test](kvm-unit-test/): Based on tests from the KVM project, tests
various CPU features.
2017-06-19 22:06:50 +02:00
- [full](full/): Starts several OSes and checks if they boot correctly.
2015-09-15 21:54:25 +02:00
- [perf-irhydra](perf-irhydra/): Manual performance test. Probably not
interesting for you.