Introduce integration tests
Adds an initial version of integration tests. The tests are located in the top level of the 'tests' directory. Integration tests are executed via the hermit_test_runner.py script, which can use either uhyve or qemu to execute the tests. In this initial version, using the test_harness is deactivated.
tests/basic_math.rs
0 → 100644
tests/basic_print.rs
0 → 100644
tests/hermit_test_runner.py
0 → 100755
Please register or sign in to comment