Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 892 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 892 Bytes

Test Utils

This directory contains utilities for testing the compiler and runtime. More information on the scripts can be found in the headers of the scripts themselves.

Requirements

  • docker
    • current user should be able to run docker, so sudo usermod -aG docker $USER; newgrp docker
  • virtme: runs a virtualized kernel, apt install virtme or pip3 install virtme
  • qemu: runs the virtualized kernel, apt install qemu-system-x86
  • python3 to run the header download script
  • debian based distro (uses dpkg-deb to extract kernel headers)

License

MIT