-
- Downloads
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.
Showing
- .cargo/config 4 additions, 1 deletion.cargo/config
- Cargo.toml 8 additions, 0 deletionsCargo.toml
- src/lib.rs 19 additions, 0 deletionssrc/lib.rs
- src/macros.rs 3 additions, 2 deletionssrc/macros.rs
- tests/basic_math.rs 80 additions, 0 deletionstests/basic_math.rs
- tests/basic_print.rs 24 additions, 0 deletionstests/basic_print.rs
- tests/hermit_test_runner.py 109 additions, 0 deletionstests/hermit_test_runner.py
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