BurritOS/test
François Autin b8308a7261
Indentation update
2023-05-10 14:31:19 +02:00
..
machine added the unsigned_addition test and memory mock 2023-03-15 15:35:28 +01:00
riscv_instructions Fixed nobody to run 2023-05-09 23:17:51 +02:00
syscall_tests Indentation update 2023-05-10 14:31:19 +02:00
.gitignore Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
Makefile Refactored makefiles 2023-04-05 17:06:01 +02:00
README.md Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00

README.md

BurritOS Test programs

This folder contains small C programs pertaining to the assessment of the correctness of BurritOS' behavior.

Folder Structure

  • riscv_instructions: contains small programs for testing simulator instruction coverage.

How to build

In the Makefile.config file

Set the variables to the correct paths for the RISCV Newlib compilation toolchain. Simply changing the RISCV_PREFIX variable should do the trick. Do not forget to add a trailing slash.

Exporting objdumps

$ make dumps

Compiling programs

$ make programs

Cleaning

$ make clean

Output folder

Compilation results are located in the target/objdumps and target/programs directories.